#8F0878

Color #8F0878 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #8F0878

Tints of Purple #8F0878

Color information

#8F0878 (or 0x8F0878) is unknown color: approx Purple. HEX triplet: 8F, 08 and 78. RGB value is (143,8,120). Sum of RGB (Red+Green+Blue) = 143+8+120=271 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.77% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0878 is #70F787. Grayscale: #3C3C3C. Windows color (decimal): -7403400 or 7866511. OLE color: 7866511.

HSL color Cylindrical-coordinate representation of color #8F0878: hue angle of 310.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0878 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB1438120-
CMYK00.940.160.44
HSL310.22º89.4%29.61%-
HSV(B)310.22º94.41%56.08%-
XYZ14.87.3718.41-
YUV61.13161.23186.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 52.77%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=52.77%
G=2.95%
B=44.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143812000.940.160.44310.2289.429.61
Hex8F87805E102C136591e
Octal217101700136205446613136
Binary10001111100011110000101111010000101100100110110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F0878; }

 p { color: rgb(143,8,120); }

 H1.HeaderClassName
 {
   color: #8F0878;
 }
 .AnyTagClassName
 {
   color: #8F0878;
 }
</style>
background-color css

<style>
 a { background-color: #8F0878; }

 a { background-color: rgb(143,8,120); }

 div.DivClassName
 {
   background-color: #8F0878;
 }
 .BgClassName
 {
   background-color: #8F0878;
 }
</style>
border-color css

<style>
 span { border-color: #8F0878; }

 span { border-color: rgb(143,8,120); }

 td.TdClassName
 {
   border-color: #8F0878;
 }
 .TagClassName
 {
   border-color: #8F0878;
 }
</style>