#96016C

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

Shades of Eggplant #96016C

Tints of Eggplant #96016C

Color information

#96016C (or 0x96016C) is unknown color: approx Eggplant. HEX triplet: 96, 01 and 6C. RGB value is (150,1,108). Sum of RGB (Red+Green+Blue) = 150+1+108=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96016C is #69FE93. Grayscale: #393939. Windows color (decimal): -6946452 or 7078294. OLE color: 7078294.

HSL color Cylindrical-coordinate representation of color #96016C: hue angle of 316.91º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96016C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB1501108-
CMYK00.990.280.41
HSL316.91º98.68%29.61%-
HSV(B)316.91º99.33%58.82%-
XYZ15.37.5914.85-
YUV57.75156.36193.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=57.92%
G=0.39%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150110800.990.280.41316.9198.6829.61
Hex9616C0631C2913d631e
Octal22611540143345147514336
Binary10010110111011000110001111100101001100111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96016C; }

 p { color: rgb(150,1,108); }

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

<style>
 a { background-color: #96016C; }

 a { background-color: rgb(150,1,108); }

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

<style>
 span { border-color: #96016C; }

 span { border-color: rgb(150,1,108); }

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