Shades of Eggplant #95116D
Tints of Eggplant #95116D
RGB
CMYK
RGB Variations
Color information
#95116D (or 0x95116D) is known color: Eggplant. HEX triplet: 95, 11 and 6D. RGB value is (149,17,109). Sum of RGB (Red+Green+Blue) = 149+17+109=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95116D is #6AEE92. Grayscale: #424242. Windows color (decimal): -7007891 or 7147925. OLE color: 7147925.
HSL color Cylindrical-coordinate representation of color #95116D: hue angle of 318.18º 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 #95116D is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 109 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.42 |
| HSL | 318.18º | 0.8% | 0.33% | - |
| HSV(B) | 318.18º | 0.89% | 0.58% | - |
| XYZ | 15.36 | 7.89 | 15.18 | - |
| YUV | 66.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 109 | 0 | 0.89 | 0.27 | 0.42 | 318.18 | 0.8 | 0.33 |
| Hex | 95 | 11 | 6D | 0 | 59 | 1B | 2A | 13E | 50 | 21 |
| Octal | 225 | 21 | 155 | 0 | 131 | 33 | 52 | 476 | 120 | 41 |
| Binary | 10010101 | 10001 | 1101101 | 0 | 1011001 | 11011 | 101010 | 100111110 | 1010000 | 100001 |
Color Harmonies of #95116D
Complementary color
Monochromatic Colors of #95116D
Black with #95116D
Text Example
Text Example
White with #95116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95116D; }
p { color: rgb(149,17,109); }
H1.HeaderClassName
{
color: #95116D;
}
.AnyTagClassName
{
color: #95116D;
}
</style>
background-color css
<style>
a { background-color: #95116D; }
a { background-color: rgb(149,17,109); }
div.DivClassName
{
background-color: #95116D;
}
.BgClassName
{
background-color: #95116D;
}
</style>
border-color css
<style>
span { border-color: #95116D; }
span { border-color: rgb(149,17,109); }
td.TdClassName
{
border-color: #95116D;
}
.TagClassName
{
border-color: #95116D;
}
</style>