#96116E

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

Shades of Eggplant #96116E

Tints of Eggplant #96116E

Color information

#96116E (or 0x96116E) is unknown color: approx Eggplant. HEX triplet: 96, 11 and 6E. RGB value is (150,17,110). Sum of RGB (Red+Green+Blue) = 150+17+110=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96116E is #69EE91. Grayscale: #434343. Windows color (decimal): -6942354 or 7213462. OLE color: 7213462.

HSL color Cylindrical-coordinate representation of color #96116E: hue angle of 318.05º 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 #96116E is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15017110-
CMYK00.890.270.41
HSL318.05º79.64%32.75%-
HSV(B)318.05º88.67%58.82%-
XYZ15.598.0115.48-
YUV67.37152.06186.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.15%
GREEN value IS 17 (7.03% from 255) = 6.14%
BLUE value IS 110 (43.36% from 255) = 39.71%
R=54.15%
G=6.14%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501711000.890.270.41318.0579.6432.75
Hex96116E0591B2913e5021
Octal226211560131335147612041
Binary1001011010001110111001011001110111010011001111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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