Shades of Eggplant #95166A
Tints of Eggplant #95166A
RGB
CMYK
RGB Variations
Color information
#95166A (or 0x95166A) is known color: Eggplant. HEX triplet: 95, 16 and 6A. RGB value is (149,22,106). Sum of RGB (Red+Green+Blue) = 149+22+106=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95166A is #6AE995. Grayscale: #454545. Windows color (decimal): -7006614 or 6952597. OLE color: 6952597.
HSL color Cylindrical-coordinate representation of color #95166A: hue angle of 320.31º 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 #95166A is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 106 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.42 |
| HSL | 320.32º | 0.74% | 0.34% | - |
| HSV(B) | 320.32º | 0.85% | 0.58% | - |
| XYZ | 15.28 | 8 | 14.38 | - |
| YUV | 69.55 | 148.58 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 106 | 0 | 0.85 | 0.29 | 0.42 | 320.32 | 0.74 | 0.34 |
| Hex | 95 | 16 | 6A | 0 | 55 | 1D | 2A | 140 | 4A | 22 |
| Octal | 225 | 26 | 152 | 0 | 125 | 35 | 52 | 500 | 112 | 42 |
| Binary | 10010101 | 10110 | 1101010 | 0 | 1010101 | 11101 | 101010 | 101000000 | 1001010 | 100010 |
Color Harmonies of #95166A
Complementary color
Monochromatic Colors of #95166A
Black with #95166A
Text Example
Text Example
White with #95166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95166A; }
p { color: rgb(149,22,106); }
H1.HeaderClassName
{
color: #95166A;
}
.AnyTagClassName
{
color: #95166A;
}
</style>
background-color css
<style>
a { background-color: #95166A; }
a { background-color: rgb(149,22,106); }
div.DivClassName
{
background-color: #95166A;
}
.BgClassName
{
background-color: #95166A;
}
</style>
border-color css
<style>
span { border-color: #95166A; }
span { border-color: rgb(149,22,106); }
td.TdClassName
{
border-color: #95166A;
}
.TagClassName
{
border-color: #95166A;
}
</style>