#9e097b

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

Shades of Eggplant #9E097B

Tints of Eggplant #9E097B

Color information

#9E097B (or 0x9E097B) is unknown color: approx Eggplant. HEX triplet: 9E, 09 and 7B. RGB value is (158,9,123). Sum of RGB (Red+Green+Blue) = 158+9+123=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E097B is #61F684. Grayscale: #424242. Windows color (decimal): -6420101 or 8063390. OLE color: 8063390.

HSL color Cylindrical-coordinate representation of color #9E097B: hue angle of 314.09º degrees, saturation: 0.89, 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 #9E097B is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB1589123-
CMYK00.940.220.38
HSL314.09º89.22%32.75%-
HSV(B)314.09º94.3%61.96%-
XYZ17.778.8919.52-
YUV66.55159.86193.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.48%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 123 (48.44% from 255) = 42.41%
R=54.48%
G=3.10%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158912300.940.220.38314.0989.2232.75
Hex9E97B05E162613a5921
Octal236111730136264647213141
Binary100111101001111101101011110101101001101001110101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e097b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,9,123); }

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

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

 a { background-color: rgb(158,9,123); }

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

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

 span { border-color: rgb(158,9,123); }

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