#96036E

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

Shades of Eggplant #96036E

Tints of Eggplant #96036E

Color information

#96036E (or 0x96036E) is unknown color: approx Eggplant. HEX triplet: 96, 03 and 6E. RGB value is (150,3,110). Sum of RGB (Red+Green+Blue) = 150+3+110=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96036E is #69FC91. Grayscale: #3A3A3A. Windows color (decimal): -6945938 or 7209878. OLE color: 7209878.

HSL color Cylindrical-coordinate representation of color #96036E: hue angle of 316.33º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96036E is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB1503110-
CMYK00.980.270.41
HSL316.33º96.08%30%-
HSV(B)316.33º98%58.82%-
XYZ15.427.6715.42-
YUV59.15156.7192.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 110 (43.36% from 255) = 41.83%
R=57.03%
G=1.14%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150311000.980.270.41316.3396.0830
Hex9636E0621B2913c601e
Octal22631560142335147414036
Binary100101101111011100110001011011101001100111100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96036E; }

 p { color: rgb(150,3,110); }

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

<style>
 a { background-color: #96036E; }

 a { background-color: rgb(150,3,110); }

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

<style>
 span { border-color: #96036E; }

 span { border-color: rgb(150,3,110); }

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