#9D0A76

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

Shades of Eggplant #9D0A76

Tints of Eggplant #9D0A76

Color information

#9D0A76 (or 0x9D0A76) is unknown color: approx Eggplant. HEX triplet: 9D, 0A and 76. RGB value is (157,10,118). Sum of RGB (Red+Green+Blue) = 157+10+118=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0A76 is #62F589. Grayscale: #414141. Windows color (decimal): -6485386 or 7735965. OLE color: 7735965.

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

Color convert

RGB15710118-
CMYK00.940.250.38
HSL315.92º88.02%32.75%-
HSV(B)315.92º93.63%61.57%-
XYZ17.288.6917.91-
YUV66.26157.2192.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.09%
GREEN value IS 10 (4.30% from 255) = 3.51%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=55.09%
G=3.51%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571011800.940.250.38315.9288.0232.75
Hex9DA7605E192613c5821
Octal235121660136314647413041
Binary100111011010111011001011110110011001101001111001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,10,118); }

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

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

 a { background-color: rgb(157,10,118); }

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

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

 span { border-color: rgb(157,10,118); }

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