#9E0165

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

Shades of Eggplant #9E0165

Tints of Eggplant #9E0165

Color information

#9E0165 (or 0x9E0165) is unknown color: approx Eggplant. HEX triplet: 9E, 01 and 65. RGB value is (158,1,101). Sum of RGB (Red+Green+Blue) = 158+1+101=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0165 is #61FE9A. Grayscale: #3B3B3B. Windows color (decimal): -6422171 or 6619550. OLE color: 6619550.

HSL color Cylindrical-coordinate representation of color #9E0165: hue angle of 321.78º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0165 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB1581101-
CMYK00.990.360.38
HSL321.78º98.74%31.18%-
HSV(B)321.78º99.37%61.96%-
XYZ16.468.2313.03-
YUV59.34151.51198.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=60.77%
G=0.38%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158110100.990.360.38321.7898.7431.18
Hex9E1650632426142631f
Octal23611450143444650214337
Binary100111101110010101100011100100100110101000010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,1,101); }

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

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

 a { background-color: rgb(158,1,101); }

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

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

 span { border-color: rgb(158,1,101); }

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