Shades of Eggplant #95116B
Tints of Eggplant #95116B
RGB
CMYK
RGB Variations
Color information
#95116B (or 0x95116B) is known color: Eggplant. HEX triplet: 95, 11 and 6B. RGB value is (149,17,107). Sum of RGB (Red+Green+Blue) = 149+17+107=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95116B is #6AEE94. Grayscale: #424242. Windows color (decimal): -7007893 or 7016853. OLE color: 7016853.
HSL color Cylindrical-coordinate representation of color #95116B: hue angle of 319.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95116B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 107 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.42 |
| HSL | 319.09º | 0.8% | 0.33% | - |
| HSV(B) | 319.09º | 0.89% | 0.58% | - |
| XYZ | 15.25 | 7.85 | 14.62 | - |
| YUV | 66.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 107 | 0 | 0.89 | 0.28 | 0.42 | 319.09 | 0.8 | 0.33 |
| Hex | 95 | 11 | 6B | 0 | 59 | 1C | 2A | 13F | 50 | 21 |
| Octal | 225 | 21 | 153 | 0 | 131 | 34 | 52 | 477 | 120 | 41 |
| Binary | 10010101 | 10001 | 1101011 | 0 | 1011001 | 11100 | 101010 | 100111111 | 1010000 | 100001 |
Color Harmonies of #95116B
Complementary color
Monochromatic Colors of #95116B
Black with #95116B
Text Example
Text Example
White with #95116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95116B; }
p { color: rgb(149,17,107); }
H1.HeaderClassName
{
color: #95116B;
}
.AnyTagClassName
{
color: #95116B;
}
</style>
background-color css
<style>
a { background-color: #95116B; }
a { background-color: rgb(149,17,107); }
div.DivClassName
{
background-color: #95116B;
}
.BgClassName
{
background-color: #95116B;
}
</style>
border-color css
<style>
span { border-color: #95116B; }
span { border-color: rgb(149,17,107); }
td.TdClassName
{
border-color: #95116B;
}
.TagClassName
{
border-color: #95116B;
}
</style>