Shades of Eggplant #95166D
Tints of Eggplant #95166D
RGB
CMYK
RGB Variations
Color information
#95166D (or 0x95166D) is known color: Eggplant. HEX triplet: 95, 16 and 6D. RGB value is (149,22,109). Sum of RGB (Red+Green+Blue) = 149+22+109=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95166D is #6AE992. Grayscale: #454545. Windows color (decimal): -7006611 or 7149205. OLE color: 7149205.
HSL color Cylindrical-coordinate representation of color #95166D: hue angle of 318.9º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95166D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 109 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.42 |
| HSL | 318.9º | 0.74% | 0.34% | - |
| HSV(B) | 318.9º | 0.85% | 0.58% | - |
| XYZ | 15.44 | 8.07 | 15.21 | - |
| YUV | 69.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 109 | 0 | 0.85 | 0.27 | 0.42 | 318.9 | 0.74 | 0.34 |
| Hex | 95 | 16 | 6D | 0 | 55 | 1B | 2A | 13F | 4A | 22 |
| Octal | 225 | 26 | 155 | 0 | 125 | 33 | 52 | 477 | 112 | 42 |
| Binary | 10010101 | 10110 | 1101101 | 0 | 1010101 | 11011 | 101010 | 100111111 | 1001010 | 100010 |
Color Harmonies of #95166D
Complementary color
Monochromatic Colors of #95166D
Black with #95166D
Text Example
Text Example
White with #95166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95166D; }
p { color: rgb(149,22,109); }
H1.HeaderClassName
{
color: #95166D;
}
.AnyTagClassName
{
color: #95166D;
}
</style>
background-color css
<style>
a { background-color: #95166D; }
a { background-color: rgb(149,22,109); }
div.DivClassName
{
background-color: #95166D;
}
.BgClassName
{
background-color: #95166D;
}
</style>
border-color css
<style>
span { border-color: #95166D; }
span { border-color: rgb(149,22,109); }
td.TdClassName
{
border-color: #95166D;
}
.TagClassName
{
border-color: #95166D;
}
</style>