#96036F

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

Shades of Eggplant #96036F

Tints of Eggplant #96036F

Color information

#96036F (or 0x96036F) is unknown color: approx Eggplant. HEX triplet: 96, 03 and 6F. RGB value is (150,3,111). Sum of RGB (Red+Green+Blue) = 150+3+111=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96036F is #69FC90. Grayscale: #3A3A3A. Windows color (decimal): -6945937 or 7275414. OLE color: 7275414.

HSL color Cylindrical-coordinate representation of color #96036F: hue angle of 315.92º 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 #96036F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB1503111-
CMYK00.980.260.41
HSL315.92º96.08%30%-
HSV(B)315.92º98%58.82%-
XYZ15.487.715.71-
YUV59.26157.2192.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 3 (1.56% from 255) = 1.14%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=56.82%
G=1.14%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150311100.980.260.41315.9296.0830
Hex9636F0621A2913c601e
Octal22631570142325147414036
Binary100101101111011110110001011010101001100111100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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