#9E0E75

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

Shades of Eggplant #9E0E75

Tints of Eggplant #9E0E75

Color information

#9E0E75 (or 0x9E0E75) is unknown color: approx Eggplant. HEX triplet: 9E, 0E and 75. RGB value is (158,14,117). Sum of RGB (Red+Green+Blue) = 158+14+117=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0E75 is #61F18A. Grayscale: #444444. Windows color (decimal): -6418827 or 7671454. OLE color: 7671454.

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

Color convert

RGB15814117-
CMYK00.910.260.38
HSL317.08º83.72%33.73%-
HSV(B)317.08º91.14%61.96%-
XYZ17.478.8717.62-
YUV68.8155.21191.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.67%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=54.67%
G=4.84%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581411700.910.260.38317.0883.7233.73
Hex9EE7505B1A2613d5422
Octal236161650133324647512442
Binary100111101110111010101011011110101001101001111011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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