#9E0E6E

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

Shades of Eggplant #9E0E6E

Tints of Eggplant #9E0E6E

Color information

#9E0E6E (or 0x9E0E6E) is unknown color: approx Eggplant. HEX triplet: 9E, 0E and 6E. RGB value is (158,14,110). Sum of RGB (Red+Green+Blue) = 158+14+110=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0E6E is #61F191. Grayscale: #434343. Windows color (decimal): -6418834 or 7212702. OLE color: 7212702.

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

Color convert

RGB15814110-
CMYK00.910.300.38
HSL320º83.72%33.73%-
HSV(B)320º91.14%61.96%-
XYZ17.078.7115.53-
YUV68151.71192.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.03%
GREEN value IS 14 (5.86% from 255) = 4.96%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=56.03%
G=4.96%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581411000.910.300.3832083.7233.73
Hex9EE6E05B1E261405422
Octal236161560133364650012442
Binary100111101110110111001011011111101001101010000001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,14,110); }

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

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

 a { background-color: rgb(158,14,110); }

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

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

 span { border-color: rgb(158,14,110); }

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