Shades of Eggplant #950566
Tints of Eggplant #950566
RGB
CMYK
RGB Variations
Color information
#950566 (or 0x950566) is known color: Eggplant. HEX triplet: 95, 05 and 66. RGB value is (149,5,102). Sum of RGB (Red+Green+Blue) = 149+5+102=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #950566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950566 is #6AFA99. Grayscale: #3A3A3A. Windows color (decimal): -7010970 or 6686101. OLE color: 6686101.
HSL color Cylindrical-coordinate representation of color #950566: hue angle of 319.58º 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 #950566 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.42 |
| HSL | 319.58º | 0.94% | 0.3% | - |
| HSV(B) | 319.58º | 0.97% | 0.58% | - |
| XYZ | 14.85 | 7.46 | 13.23 | - |
| YUV | 59.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 102 | 0 | 0.97 | 0.32 | 0.42 | 319.58 | 0.94 | 0.3 |
| Hex | 95 | 5 | 66 | 0 | 61 | 20 | 2A | 140 | 5E | 1E |
| Octal | 225 | 5 | 146 | 0 | 141 | 40 | 52 | 500 | 136 | 36 |
| Binary | 10010101 | 101 | 1100110 | 0 | 1100001 | 100000 | 101010 | 101000000 | 1011110 | 11110 |
Color Harmonies of #950566
Complementary color
Monochromatic Colors of #950566
Black with #950566
Text Example
Text Example
White with #950566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950566; }
p { color: rgb(149,5,102); }
H1.HeaderClassName
{
color: #950566;
}
.AnyTagClassName
{
color: #950566;
}
</style>
background-color css
<style>
a { background-color: #950566; }
a { background-color: rgb(149,5,102); }
div.DivClassName
{
background-color: #950566;
}
.BgClassName
{
background-color: #950566;
}
</style>
border-color css
<style>
span { border-color: #950566; }
span { border-color: rgb(149,5,102); }
td.TdClassName
{
border-color: #950566;
}
.TagClassName
{
border-color: #950566;
}
</style>