Shades of Eggplant #950159
Tints of Eggplant #950159
RGB
CMYK
RGB Variations
Color information
#950159 (or 0x950159) is known color: Eggplant. HEX triplet: 95, 01 and 59. RGB value is (149,1,89). Sum of RGB (Red+Green+Blue) = 149+1+89=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #950159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950159 is #6AFEA6. Grayscale: #373737. Windows color (decimal): -7012007 or 5833109. OLE color: 5833109.
HSL color Cylindrical-coordinate representation of color #950159: hue angle of 324.32º 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 #950159 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.42 |
| HSL | 324.32º | 0.99% | 0.29% | - |
| HSV(B) | 324.32º | 0.99% | 0.58% | - |
| XYZ | 14.21 | 7.13 | 10.08 | - |
| YUV | 55.28 | 147.03 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 89 | 0 | 0.99 | 0.40 | 0.42 | 324.32 | 0.99 | 0.29 |
| Hex | 95 | 1 | 59 | 0 | 63 | 28 | 2A | 144 | 63 | 1D |
| Octal | 225 | 1 | 131 | 0 | 143 | 50 | 52 | 504 | 143 | 35 |
| Binary | 10010101 | 1 | 1011001 | 0 | 1100011 | 101000 | 101010 | 101000100 | 1100011 | 11101 |
Color Harmonies of #950159
Complementary color
Monochromatic Colors of #950159
Black with #950159
Text Example
Text Example
White with #950159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950159; }
p { color: rgb(149,1,89); }
H1.HeaderClassName
{
color: #950159;
}
.AnyTagClassName
{
color: #950159;
}
</style>
background-color css
<style>
a { background-color: #950159; }
a { background-color: rgb(149,1,89); }
div.DivClassName
{
background-color: #950159;
}
.BgClassName
{
background-color: #950159;
}
</style>
border-color css
<style>
span { border-color: #950159; }
span { border-color: rgb(149,1,89); }
td.TdClassName
{
border-color: #950159;
}
.TagClassName
{
border-color: #950159;
}
</style>