#9E0368

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

Shades of Eggplant #9E0368

Tints of Eggplant #9E0368

Color information

#9E0368 (or 0x9E0368) is unknown color: approx Eggplant. HEX triplet: 9E, 03 and 68. RGB value is (158,3,104). Sum of RGB (Red+Green+Blue) = 158+3+104=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0368 is #61FC97. Grayscale: #3C3C3C. Windows color (decimal): -6421656 or 6816670. OLE color: 6816670.

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

Color convert

RGB1583104-
CMYK00.980.340.38
HSL320.9º96.27%31.57%-
HSV(B)320.9º98.1%61.96%-
XYZ16.638.3313.83-
YUV60.86152.35197.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.62%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=59.62%
G=1.13%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158310400.980.340.38320.996.2731.57
Hex9E36806222261416020
Octal23631500142424650114040
Binary10011110111101000011000101000101001101010000011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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