#96136E

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

Shades of Eggplant #96136E

Tints of Eggplant #96136E

Color information

#96136E (or 0x96136E) is unknown color: approx Eggplant. HEX triplet: 96, 13 and 6E. RGB value is (150,19,110). Sum of RGB (Red+Green+Blue) = 150+19+110=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96136E is #69EC91. Grayscale: #444444. Windows color (decimal): -6941842 or 7213974. OLE color: 7213974.

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

Color convert

RGB15019110-
CMYK00.870.270.41
HSL318.32º77.51%33.14%-
HSV(B)318.32º87.33%58.82%-
XYZ15.638.0815.49-
YUV68.54151.4186.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=53.76%
G=6.81%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501911000.870.270.41318.3277.5133.14
Hex96136E0571B2913e4e21
Octal226231560127335147611641
Binary1001011010011110111001010111110111010011001111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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