#9D0E72

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

Shades of Eggplant #9D0E72

Tints of Eggplant #9D0E72

Color information

#9D0E72 (or 0x9D0E72) is unknown color: approx Eggplant. HEX triplet: 9D, 0E and 72. RGB value is (157,14,114). Sum of RGB (Red+Green+Blue) = 157+14+114=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0E72 is #62F18D. Grayscale: #434343. Windows color (decimal): -6484366 or 7474845. OLE color: 7474845.

HSL color Cylindrical-coordinate representation of color #9D0E72: hue angle of 318.04º 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 #9D0E72 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15714114-
CMYK00.910.270.38
HSL318.04º83.63%33.53%-
HSV(B)318.04º91.08%61.57%-
XYZ17.18.716.7-
YUV68.16153.88191.37-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.09%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 114 (44.92% from 255) = 40%
R=55.09%
G=4.91%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571411400.910.270.38318.0483.6333.53
Hex9DE7205B1B2613e5422
Octal235161620133334647612442
Binary100111011110111001001011011110111001101001111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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