Shades of Eggplant #95116A
Tints of Eggplant #95116A
RGB
CMYK
RGB Variations
Color information
#95116A (or 0x95116A) is known color: Eggplant. HEX triplet: 95, 11 and 6A. RGB value is (149,17,106). Sum of RGB (Red+Green+Blue) = 149+17+106=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #95116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95116A is #6AEE95. Grayscale: #424242. Windows color (decimal): -7007894 or 6951317. OLE color: 6951317.
HSL color Cylindrical-coordinate representation of color #95116A: hue angle of 319.55º 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 #95116A is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 106 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.42 |
| HSL | 319.55º | 0.8% | 0.33% | - |
| HSV(B) | 319.55º | 0.89% | 0.58% | - |
| XYZ | 15.2 | 7.83 | 14.35 | - |
| YUV | 66.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 106 | 0 | 0.89 | 0.29 | 0.42 | 319.55 | 0.8 | 0.33 |
| Hex | 95 | 11 | 6A | 0 | 59 | 1D | 2A | 140 | 50 | 21 |
| Octal | 225 | 21 | 152 | 0 | 131 | 35 | 52 | 500 | 120 | 41 |
| Binary | 10010101 | 10001 | 1101010 | 0 | 1011001 | 11101 | 101010 | 101000000 | 1010000 | 100001 |
Color Harmonies of #95116A
Complementary color
Monochromatic Colors of #95116A
Black with #95116A
Text Example
Text Example
White with #95116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95116A; }
p { color: rgb(149,17,106); }
H1.HeaderClassName
{
color: #95116A;
}
.AnyTagClassName
{
color: #95116A;
}
</style>
background-color css
<style>
a { background-color: #95116A; }
a { background-color: rgb(149,17,106); }
div.DivClassName
{
background-color: #95116A;
}
.BgClassName
{
background-color: #95116A;
}
</style>
border-color css
<style>
span { border-color: #95116A; }
span { border-color: rgb(149,17,106); }
td.TdClassName
{
border-color: #95116A;
}
.TagClassName
{
border-color: #95116A;
}
</style>