#9E0366

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

Shades of Eggplant #9E0366

Tints of Eggplant #9E0366

Color information

#9E0366 (or 0x9E0366) is unknown color: approx Eggplant. HEX triplet: 9E, 03 and 66. RGB value is (158,3,102). Sum of RGB (Red+Green+Blue) = 158+3+102=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0366 is #61FC99. Grayscale: #3C3C3C. Windows color (decimal): -6421658 or 6685598. OLE color: 6685598.

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

Color convert

RGB1583102-
CMYK00.980.350.38
HSL321.68º96.27%31.57%-
HSV(B)321.68º98.1%61.96%-
XYZ16.538.2913.3-
YUV60.63151.35197.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.08%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 102 (40.23% from 255) = 38.78%
R=60.08%
G=1.14%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158310200.980.350.38321.6896.2731.57
Hex9E36606223261426020
Octal23631460142434650214040
Binary10011110111100110011000101000111001101010000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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