#9E0365

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

Shades of Eggplant #9E0365

Tints of Eggplant #9E0365

Color information

#9E0365 (or 0x9E0365) is unknown color: approx Eggplant. HEX triplet: 9E, 03 and 65. RGB value is (158,3,101). Sum of RGB (Red+Green+Blue) = 158+3+101=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0365 is #61FC9A. Grayscale: #3C3C3C. Windows color (decimal): -6421659 or 6620062. OLE color: 6620062.

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

Color convert

RGB1583101-
CMYK00.980.360.38
HSL322.06º96.27%31.57%-
HSV(B)322.06º98.1%61.96%-
XYZ16.488.2713.04-
YUV60.52150.85197.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.31%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=60.31%
G=1.15%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158310100.980.360.38322.0696.2731.57
Hex9E36506224261426020
Octal23631450142444650214040
Binary10011110111100101011000101001001001101010000101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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