#9D0879

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

Shades of Eggplant #9D0879

Tints of Eggplant #9D0879

Color information

#9D0879 (or 0x9D0879) is unknown color: approx Eggplant. HEX triplet: 9D, 08 and 79. RGB value is (157,8,121). Sum of RGB (Red+Green+Blue) = 157+8+121=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0879 is #62F786. Grayscale: #414141. Windows color (decimal): -6485895 or 7932061. OLE color: 7932061.

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

Color convert

RGB1578121-
CMYK00.950.230.38
HSL314.5º90.3%32.35%-
HSV(B)314.5º94.9%61.57%-
XYZ17.448.7218.85-
YUV65.43159.36193.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.90%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=54.90%
G=2.80%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157812100.950.230.38314.590.332.35
Hex9D87905F172613a5a20
Octal235101710137274647213240
Binary100111011000111100101011111101111001101001110101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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