Shades of Eggplant #950255
Tints of Eggplant #950255
RGB
CMYK
RGB Variations
Color information
#950255 (or 0x950255) is known color: Eggplant. HEX triplet: 95, 02 and 55. RGB value is (149,2,85). Sum of RGB (Red+Green+Blue) = 149+2+85=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950255 is #6AFDAA. Grayscale: #373737. Windows color (decimal): -7011755 or 5571221. OLE color: 5571221.
HSL color Cylindrical-coordinate representation of color #950255: hue angle of 326.12º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950255 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.42 |
| HSL | 326.12º | 0.97% | 0.3% | - |
| HSV(B) | 326.12º | 0.99% | 0.58% | - |
| XYZ | 14.06 | 7.09 | 9.22 | - |
| YUV | 55.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 2 | 85 | 0 | 0.99 | 0.43 | 0.42 | 326.12 | 0.97 | 0.3 |
| Hex | 95 | 2 | 55 | 0 | 63 | 2B | 2A | 146 | 61 | 1E |
| Octal | 225 | 2 | 125 | 0 | 143 | 53 | 52 | 506 | 141 | 36 |
| Binary | 10010101 | 10 | 1010101 | 0 | 1100011 | 101011 | 101010 | 101000110 | 1100001 | 11110 |
Color Harmonies of #950255
Complementary color
Monochromatic Colors of #950255
Black with #950255
Text Example
Text Example
White with #950255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950255; }
p { color: rgb(149,2,85); }
H1.HeaderClassName
{
color: #950255;
}
.AnyTagClassName
{
color: #950255;
}
</style>
background-color css
<style>
a { background-color: #950255; }
a { background-color: rgb(149,2,85); }
div.DivClassName
{
background-color: #950255;
}
.BgClassName
{
background-color: #950255;
}
</style>
border-color css
<style>
span { border-color: #950255; }
span { border-color: rgb(149,2,85); }
td.TdClassName
{
border-color: #950255;
}
.TagClassName
{
border-color: #950255;
}
</style>