#9D0E76

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

Shades of Eggplant #9D0E76

Tints of Eggplant #9D0E76

Color information

#9D0E76 (or 0x9D0E76) is unknown color: approx Eggplant. HEX triplet: 9D, 0E and 76. RGB value is (157,14,118). Sum of RGB (Red+Green+Blue) = 157+14+118=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E76 is #62F189. Grayscale: #444444. Windows color (decimal): -6484362 or 7736989. OLE color: 7736989.

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

Color convert

RGB15714118-
CMYK00.910.250.38
HSL316.36º83.63%33.53%-
HSV(B)316.36º91.08%61.57%-
XYZ17.338.7917.92-
YUV68.61155.88191.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=54.33%
G=4.84%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571411800.910.250.38316.3683.6333.53
Hex9DE7605B192613c5422
Octal235161660133314647412442
Binary100111011110111011001011011110011001101001111001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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