#9E0B70

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

Shades of Eggplant #9E0B70

Tints of Eggplant #9E0B70

Color information

#9E0B70 (or 0x9E0B70) is unknown color: approx Eggplant. HEX triplet: 9E, 0B and 70. RGB value is (158,11,112). Sum of RGB (Red+Green+Blue) = 158+11+112=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B70 is #61F48F. Grayscale: #424242. Windows color (decimal): -6419600 or 7343006. OLE color: 7343006.

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

Color convert

RGB15811112-
CMYK00.930.290.38
HSL318.78º86.98%33.14%-
HSV(B)318.78º93.04%61.96%-
XYZ17.148.6816.1-
YUV66.47153.7193.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.23%
GREEN value IS 11 (4.69% from 255) = 3.91%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=56.23%
G=3.91%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581111200.930.290.38318.7886.9833.14
Hex9EB7005D1D2613f5721
Octal236131600135354647712741
Binary100111101011111000001011101111011001101001111111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,11,112); }

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

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

 a { background-color: rgb(158,11,112); }

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

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

 span { border-color: rgb(158,11,112); }

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