Shades of Eggplant #950573
Tints of Eggplant #950573
RGB
CMYK
RGB Variations
Color information
#950573 (or 0x950573) is known color: Eggplant. HEX triplet: 95, 05 and 73. RGB value is (149,5,115). Sum of RGB (Red+Green+Blue) = 149+5+115=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #950573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950573 is #6AFA8C. Grayscale: #3C3C3C. Windows color (decimal): -7010957 or 7538069. OLE color: 7538069.
HSL color Cylindrical-coordinate representation of color #950573: hue angle of 314.17º 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 #950573 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.42 |
| HSL | 314.17º | 0.94% | 0.3% | - |
| HSV(B) | 314.17º | 0.97% | 0.58% | - |
| XYZ | 15.54 | 7.74 | 16.89 | - |
| YUV | 60.6 | 158.71 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 115 | 0 | 0.97 | 0.23 | 0.42 | 314.17 | 0.94 | 0.3 |
| Hex | 95 | 5 | 73 | 0 | 61 | 17 | 2A | 13A | 5E | 1E |
| Octal | 225 | 5 | 163 | 0 | 141 | 27 | 52 | 472 | 136 | 36 |
| Binary | 10010101 | 101 | 1110011 | 0 | 1100001 | 10111 | 101010 | 100111010 | 1011110 | 11110 |
Color Harmonies of #950573
Complementary color
Monochromatic Colors of #950573
Black with #950573
Text Example
Text Example
White with #950573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950573; }
p { color: rgb(149,5,115); }
H1.HeaderClassName
{
color: #950573;
}
.AnyTagClassName
{
color: #950573;
}
</style>
background-color css
<style>
a { background-color: #950573; }
a { background-color: rgb(149,5,115); }
div.DivClassName
{
background-color: #950573;
}
.BgClassName
{
background-color: #950573;
}
</style>
border-color css
<style>
span { border-color: #950573; }
span { border-color: rgb(149,5,115); }
td.TdClassName
{
border-color: #950573;
}
.TagClassName
{
border-color: #950573;
}
</style>