Shades of Eggplant #95176C
Tints of Eggplant #95176C
RGB
CMYK
RGB Variations
Color information
#95176C (or 0x95176C) is known color: Eggplant. HEX triplet: 95, 17 and 6C. RGB value is (149,23,108). Sum of RGB (Red+Green+Blue) = 149+23+108=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95176C is #6AE893. Grayscale: #464646. Windows color (decimal): -7006356 or 7083925. OLE color: 7083925.
HSL color Cylindrical-coordinate representation of color #95176C: hue angle of 319.52º degrees, saturation: 0.73, 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 #95176C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 108 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.42 |
| HSL | 319.52º | 0.73% | 0.34% | - |
| HSV(B) | 319.52º | 0.85% | 0.58% | - |
| XYZ | 15.41 | 8.09 | 14.94 | - |
| YUV | 70.36 | 149.24 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 108 | 0 | 0.85 | 0.28 | 0.42 | 319.52 | 0.73 | 0.34 |
| Hex | 95 | 17 | 6C | 0 | 55 | 1C | 2A | 140 | 49 | 22 |
| Octal | 225 | 27 | 154 | 0 | 125 | 34 | 52 | 500 | 111 | 42 |
| Binary | 10010101 | 10111 | 1101100 | 0 | 1010101 | 11100 | 101010 | 101000000 | 1001001 | 100010 |
Color Harmonies of #95176C
Complementary color
Monochromatic Colors of #95176C
Black with #95176C
Text Example
Text Example
White with #95176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95176C; }
p { color: rgb(149,23,108); }
H1.HeaderClassName
{
color: #95176C;
}
.AnyTagClassName
{
color: #95176C;
}
</style>
background-color css
<style>
a { background-color: #95176C; }
a { background-color: rgb(149,23,108); }
div.DivClassName
{
background-color: #95176C;
}
.BgClassName
{
background-color: #95176C;
}
</style>
border-color css
<style>
span { border-color: #95176C; }
span { border-color: rgb(149,23,108); }
td.TdClassName
{
border-color: #95176C;
}
.TagClassName
{
border-color: #95176C;
}
</style>