#9e1472

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

Shades of Eggplant #9E1472

Tints of Eggplant #9E1472

Color information

#9E1472 (or 0x9E1472) is unknown color: approx Eggplant. HEX triplet: 9E, 14 and 72. RGB value is (158,20,114). Sum of RGB (Red+Green+Blue) = 158+20+114=292 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.11% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E1472 is #61EB8D. Grayscale: #474747. Windows color (decimal): -6417294 or 7476382. OLE color: 7476382.

HSL color Cylindrical-coordinate representation of color #9E1472: hue angle of 319.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9E1472 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB15820114-
CMYK00.870.280.38
HSL319.13º77.53%34.9%-
HSV(B)319.13º87.34%61.96%-
XYZ17.398.9816.74-
YUV71.98151.72189.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.11%
GREEN value IS 20 (8.20% from 255) = 6.85%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=54.11%
G=6.85%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582011400.870.280.38319.1377.5334.9
Hex9E14720571C2613f4e23
Octal236241620127344647711643
Binary1001111010100111001001010111111001001101001111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,20,114); }

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

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

 a { background-color: rgb(158,20,114); }

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

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

 span { border-color: rgb(158,20,114); }

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