#96136F

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

Shades of Eggplant #96136F

Tints of Eggplant #96136F

Color information

#96136F (or 0x96136F) is unknown color: approx Eggplant. HEX triplet: 96, 13 and 6F. RGB value is (150,19,111). Sum of RGB (Red+Green+Blue) = 150+19+111=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96136F is #69EC90. Grayscale: #444444. Windows color (decimal): -6941841 or 7279510. OLE color: 7279510.

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

Color convert

RGB15019111-
CMYK00.870.260.41
HSL317.86º77.51%33.14%-
HSV(B)317.86º87.33%58.82%-
XYZ15.688.115.78-
YUV68.66151.9186.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=53.57%
G=6.79%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501911100.870.260.41317.8677.5133.14
Hex96136F0571A2913e4e21
Octal226231570127325147611641
Binary1001011010011110111101010111110101010011001111101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96136F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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