#9E0566

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

Shades of Eggplant #9E0566

Tints of Eggplant #9E0566

Color information

#9E0566 (or 0x9E0566) is unknown color: approx Eggplant. HEX triplet: 9E, 05 and 66. RGB value is (158,5,102). Sum of RGB (Red+Green+Blue) = 158+5+102=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0566 is #61FA99. Grayscale: #3D3D3D. Windows color (decimal): -6421146 or 6686110. OLE color: 6686110.

HSL color Cylindrical-coordinate representation of color #9E0566: hue angle of 321.96º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0566 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB1585102-
CMYK00.970.350.38
HSL321.96º93.87%31.96%-
HSV(B)321.96º96.84%61.96%-
XYZ16.558.3413.31-
YUV61.8150.69196.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.62%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 102 (40.23% from 255) = 38.49%
R=59.62%
G=1.89%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158510200.970.350.38321.9693.8731.96
Hex9E56606123261425e20
Octal23651460141434650213640
Binary100111101011100110011000011000111001101010000101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,102); }

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

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

 a { background-color: rgb(158,5,102); }

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

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

 span { border-color: rgb(158,5,102); }

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