Shades of Eggplant #950570
Tints of Eggplant #950570
RGB
CMYK
RGB Variations
Color information
#950570 (or 0x950570) is known color: Eggplant. HEX triplet: 95, 05 and 70. RGB value is (149,5,112). Sum of RGB (Red+Green+Blue) = 149+5+112=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #950570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950570 is #6AFA8F. Grayscale: #3B3B3B. Windows color (decimal): -7010960 or 7341461. OLE color: 7341461.
HSL color Cylindrical-coordinate representation of color #950570: hue angle of 315.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950570 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.42 |
| HSL | 315.42º | 0.94% | 0.3% | - |
| HSV(B) | 315.42º | 0.97% | 0.58% | - |
| XYZ | 15.37 | 7.67 | 16 | - |
| YUV | 60.25 | 157.21 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 112 | 0 | 0.97 | 0.25 | 0.42 | 315.42 | 0.94 | 0.3 |
| Hex | 95 | 5 | 70 | 0 | 61 | 19 | 2A | 13B | 5E | 1E |
| Octal | 225 | 5 | 160 | 0 | 141 | 31 | 52 | 473 | 136 | 36 |
| Binary | 10010101 | 101 | 1110000 | 0 | 1100001 | 11001 | 101010 | 100111011 | 1011110 | 11110 |
Color Harmonies of #950570
Complementary color
Monochromatic Colors of #950570
Black with #950570
Text Example
Text Example
White with #950570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950570; }
p { color: rgb(149,5,112); }
H1.HeaderClassName
{
color: #950570;
}
.AnyTagClassName
{
color: #950570;
}
</style>
background-color css
<style>
a { background-color: #950570; }
a { background-color: rgb(149,5,112); }
div.DivClassName
{
background-color: #950570;
}
.BgClassName
{
background-color: #950570;
}
</style>
border-color css
<style>
span { border-color: #950570; }
span { border-color: rgb(149,5,112); }
td.TdClassName
{
border-color: #950570;
}
.TagClassName
{
border-color: #950570;
}
</style>