Shades of Eggplant #95016C
Tints of Eggplant #95016C
RGB
CMYK
RGB Variations
Color information
#95016C (or 0x95016C) is known color: Eggplant. HEX triplet: 95, 01 and 6C. RGB value is (149,1,108). Sum of RGB (Red+Green+Blue) = 149+1+108=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95016C is #6AFE93. Grayscale: #393939. Windows color (decimal): -7011988 or 7078293. OLE color: 7078293.
HSL color Cylindrical-coordinate representation of color #95016C: hue angle of 316.62º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95016C is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.42 |
| HSL | 316.62º | 0.99% | 0.29% | - |
| HSV(B) | 316.62º | 0.99% | 0.58% | - |
| XYZ | 15.11 | 7.49 | 14.84 | - |
| YUV | 57.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 108 | 0 | 0.99 | 0.28 | 0.42 | 316.62 | 0.99 | 0.29 |
| Hex | 95 | 1 | 6C | 0 | 63 | 1C | 2A | 13D | 63 | 1D |
| Octal | 225 | 1 | 154 | 0 | 143 | 34 | 52 | 475 | 143 | 35 |
| Binary | 10010101 | 1 | 1101100 | 0 | 1100011 | 11100 | 101010 | 100111101 | 1100011 | 11101 |
Color Harmonies of #95016C
Complementary color
Monochromatic Colors of #95016C
Black with #95016C
Text Example
Text Example
White with #95016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95016C; }
p { color: rgb(149,1,108); }
H1.HeaderClassName
{
color: #95016C;
}
.AnyTagClassName
{
color: #95016C;
}
</style>
background-color css
<style>
a { background-color: #95016C; }
a { background-color: rgb(149,1,108); }
div.DivClassName
{
background-color: #95016C;
}
.BgClassName
{
background-color: #95016C;
}
</style>
border-color css
<style>
span { border-color: #95016C; }
span { border-color: rgb(149,1,108); }
td.TdClassName
{
border-color: #95016C;
}
.TagClassName
{
border-color: #95016C;
}
</style>