Shades of Eggplant #96136B
Tints of Eggplant #96136B
RGB
CMYK
RGB Variations
Color information
#96136B (or 0x96136B) is known color: Eggplant. HEX triplet: 96, 13 and 6B. RGB value is (150,19,107). Sum of RGB (Red+Green+Blue) = 150+19+107=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96136B is #69EC94. Grayscale: #434343. Windows color (decimal): -6941845 or 7017366. OLE color: 7017366.
HSL color Cylindrical-coordinate representation of color #96136B: hue angle of 319.69º 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 #96136B is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 107 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.41 |
| HSL | 319.69º | 0.78% | 0.33% | - |
| HSV(B) | 319.69º | 0.87% | 0.59% | - |
| XYZ | 15.46 | 8.01 | 14.64 | - |
| YUV | 68.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 107 | 0 | 0.87 | 0.29 | 0.41 | 319.69 | 0.78 | 0.33 |
| Hex | 96 | 13 | 6B | 0 | 57 | 1D | 29 | 140 | 4E | 21 |
| Octal | 226 | 23 | 153 | 0 | 127 | 35 | 51 | 500 | 116 | 41 |
| Binary | 10010110 | 10011 | 1101011 | 0 | 1010111 | 11101 | 101001 | 101000000 | 1001110 | 100001 |
Color Harmonies of #96136B
Complementary color
Monochromatic Colors of #96136B
Black with #96136B
Text Example
Text Example
White with #96136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96136B; }
p { color: rgb(150,19,107); }
H1.HeaderClassName
{
color: #96136B;
}
.AnyTagClassName
{
color: #96136B;
}
</style>
background-color css
<style>
a { background-color: #96136B; }
a { background-color: rgb(150,19,107); }
div.DivClassName
{
background-color: #96136B;
}
.BgClassName
{
background-color: #96136B;
}
</style>
border-color css
<style>
span { border-color: #96136B; }
span { border-color: rgb(150,19,107); }
td.TdClassName
{
border-color: #96136B;
}
.TagClassName
{
border-color: #96136B;
}
</style>