#8F0876

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

Shades of Eggplant #8F0876

Tints of Eggplant #8F0876

Color information

#8F0876 (or 0x8F0876) is unknown color: approx Eggplant. HEX triplet: 8F, 08 and 76. RGB value is (143,8,118). Sum of RGB (Red+Green+Blue) = 143+8+118=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0876 is #70F789. Grayscale: #3C3C3C. Windows color (decimal): -7403402 or 7735439. OLE color: 7735439.

HSL color Cylindrical-coordinate representation of color #8F0876: hue angle of 311.11º 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 #8F0876 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB1438118-
CMYK00.940.170.44
HSL311.11º89.4%29.61%-
HSV(B)311.11º94.41%56.08%-
XYZ14.687.3217.78-
YUV60.9160.23186.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 53.16%
GREEN value IS 8 (3.52% from 255) = 2.97%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=53.16%
G=2.97%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143811800.940.170.44311.1189.429.61
Hex8F87605E112C137591e
Octal217101660136215446713136
Binary10001111100011101100101111010001101100100110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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