Shades of Eggplant #96146C
Tints of Eggplant #96146C
RGB
CMYK
RGB Variations
Color information
#96146C (or 0x96146C) is known color: Eggplant. HEX triplet: 96, 14 and 6C. RGB value is (150,20,108). Sum of RGB (Red+Green+Blue) = 150+20+108=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96146C is #69EB93. Grayscale: #444444. Windows color (decimal): -6941588 or 7083158. OLE color: 7083158.
HSL color Cylindrical-coordinate representation of color #96146C: hue angle of 319.38º degrees, saturation: 0.76, 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 #96146C is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 108 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.41 |
| HSL | 319.38º | 0.76% | 0.33% | - |
| HSV(B) | 319.38º | 0.87% | 0.59% | - |
| XYZ | 15.53 | 8.07 | 14.93 | - |
| YUV | 68.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 108 | 0 | 0.87 | 0.28 | 0.41 | 319.38 | 0.76 | 0.33 |
| Hex | 96 | 14 | 6C | 0 | 57 | 1C | 29 | 13F | 4C | 21 |
| Octal | 226 | 24 | 154 | 0 | 127 | 34 | 51 | 477 | 114 | 41 |
| Binary | 10010110 | 10100 | 1101100 | 0 | 1010111 | 11100 | 101001 | 100111111 | 1001100 | 100001 |
Color Harmonies of #96146C
Complementary color
Monochromatic Colors of #96146C
Black with #96146C
Text Example
Text Example
White with #96146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96146C; }
p { color: rgb(150,20,108); }
H1.HeaderClassName
{
color: #96146C;
}
.AnyTagClassName
{
color: #96146C;
}
</style>
background-color css
<style>
a { background-color: #96146C; }
a { background-color: rgb(150,20,108); }
div.DivClassName
{
background-color: #96146C;
}
.BgClassName
{
background-color: #96146C;
}
</style>
border-color css
<style>
span { border-color: #96146C; }
span { border-color: rgb(150,20,108); }
td.TdClassName
{
border-color: #96146C;
}
.TagClassName
{
border-color: #96146C;
}
</style>