Shades of Eggplant #95096E
Tints of Eggplant #95096E
RGB
CMYK
RGB Variations
Color information
#95096E (or 0x95096E) is known color: Eggplant. HEX triplet: 95, 09 and 6E. RGB value is (149,9,110). Sum of RGB (Red+Green+Blue) = 149+9+110=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #95096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95096E is #6AF691. Grayscale: #3E3E3E. Windows color (decimal): -7009938 or 7211413. OLE color: 7211413.
HSL color Cylindrical-coordinate representation of color #95096E: hue angle of 316.71º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #95096E is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.42 |
| HSL | 316.71º | 0.89% | 0.31% | - |
| HSV(B) | 316.71º | 0.94% | 0.58% | - |
| XYZ | 15.31 | 7.71 | 15.43 | - |
| YUV | 62.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 110 | 0 | 0.94 | 0.26 | 0.42 | 316.71 | 0.89 | 0.31 |
| Hex | 95 | 9 | 6E | 0 | 5E | 1A | 2A | 13D | 59 | 1F |
| Octal | 225 | 11 | 156 | 0 | 136 | 32 | 52 | 475 | 131 | 37 |
| Binary | 10010101 | 1001 | 1101110 | 0 | 1011110 | 11010 | 101010 | 100111101 | 1011001 | 11111 |
Color Harmonies of #95096E
Complementary color
Monochromatic Colors of #95096E
Black with #95096E
Text Example
Text Example
White with #95096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95096E; }
p { color: rgb(149,9,110); }
H1.HeaderClassName
{
color: #95096E;
}
.AnyTagClassName
{
color: #95096E;
}
</style>
background-color css
<style>
a { background-color: #95096E; }
a { background-color: rgb(149,9,110); }
div.DivClassName
{
background-color: #95096E;
}
.BgClassName
{
background-color: #95096E;
}
</style>
border-color css
<style>
span { border-color: #95096E; }
span { border-color: rgb(149,9,110); }
td.TdClassName
{
border-color: #95096E;
}
.TagClassName
{
border-color: #95096E;
}
</style>