Shades of Eggplant #950574
Tints of Eggplant #950574
RGB
CMYK
RGB Variations
Color information
#950574 (or 0x950574) is known color: Eggplant. HEX triplet: 95, 05 and 74. RGB value is (149,5,116). Sum of RGB (Red+Green+Blue) = 149+5+116=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #950574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950574 is #6AFA8B. Grayscale: #3C3C3C. Windows color (decimal): -7010956 or 7603605. OLE color: 7603605.
HSL color Cylindrical-coordinate representation of color #950574: hue angle of 313.75º 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 #950574 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.42 |
| HSL | 313.75º | 0.94% | 0.3% | - |
| HSV(B) | 313.75º | 0.97% | 0.58% | - |
| XYZ | 15.6 | 7.76 | 17.2 | - |
| YUV | 60.71 | 159.21 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 116 | 0 | 0.97 | 0.22 | 0.42 | 313.75 | 0.94 | 0.3 |
| Hex | 95 | 5 | 74 | 0 | 61 | 16 | 2A | 13A | 5E | 1E |
| Octal | 225 | 5 | 164 | 0 | 141 | 26 | 52 | 472 | 136 | 36 |
| Binary | 10010101 | 101 | 1110100 | 0 | 1100001 | 10110 | 101010 | 100111010 | 1011110 | 11110 |
Color Harmonies of #950574
Complementary color
Monochromatic Colors of #950574
Black with #950574
Text Example
Text Example
White with #950574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950574; }
p { color: rgb(149,5,116); }
H1.HeaderClassName
{
color: #950574;
}
.AnyTagClassName
{
color: #950574;
}
</style>
background-color css
<style>
a { background-color: #950574; }
a { background-color: rgb(149,5,116); }
div.DivClassName
{
background-color: #950574;
}
.BgClassName
{
background-color: #950574;
}
</style>
border-color css
<style>
span { border-color: #950574; }
span { border-color: rgb(149,5,116); }
td.TdClassName
{
border-color: #950574;
}
.TagClassName
{
border-color: #950574;
}
</style>