#9F0879

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

Shades of Eggplant #9F0879

Tints of Eggplant #9F0879

Color information

#9F0879 (or 0x9F0879) is unknown color: approx Eggplant. HEX triplet: 9F, 08 and 79. RGB value is (159,8,121). Sum of RGB (Red+Green+Blue) = 159+8+121=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0879 is #60F786. Grayscale: #414141. Windows color (decimal): -6354823 or 7932063. OLE color: 7932063.

HSL color Cylindrical-coordinate representation of color #9F0879: hue angle of 315.1º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F0879 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB1598121-
CMYK00.950.240.38
HSL315.1º90.42%32.75%-
HSV(B)315.1º94.97%62.35%-
XYZ17.848.9318.87-
YUV66.03159.03194.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.21%
GREEN value IS 8 (3.52% from 255) = 2.78%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=55.21%
G=2.78%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159812100.950.240.38315.190.4232.75
Hex9F87905F182613b5a21
Octal237101710137304647313241
Binary100111111000111100101011111110001001101001110111011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0879; }

 p { color: rgb(159,8,121); }

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

<style>
 a { background-color: #9F0879; }

 a { background-color: rgb(159,8,121); }

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

<style>
 span { border-color: #9F0879; }

 span { border-color: rgb(159,8,121); }

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