#96116C

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

Shades of Eggplant #96116C

Tints of Eggplant #96116C

Color information

#96116C (or 0x96116C) is unknown color: approx Eggplant. HEX triplet: 96, 11 and 6C. RGB value is (150,17,108). Sum of RGB (Red+Green+Blue) = 150+17+108=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96116C is #69EE93. Grayscale: #424242. Windows color (decimal): -6942356 or 7082390. OLE color: 7082390.

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

Color convert

RGB15017108-
CMYK00.890.280.41
HSL318.95º79.64%32.75%-
HSV(B)318.95º88.67%58.82%-
XYZ15.487.9714.91-
YUV67.14151.06187.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=54.55%
G=6.18%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501710800.890.280.41318.9579.6432.75
Hex96116C0591C2913f5021
Octal226211540131345147712041
Binary1001011010001110110001011001111001010011001111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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