Shades of Eggplant #950866
Tints of Eggplant #950866
RGB
CMYK
RGB Variations
Color information
#950866 (or 0x950866) is known color: Eggplant. HEX triplet: 95, 08 and 66. RGB value is (149,8,102). Sum of RGB (Red+Green+Blue) = 149+8+102=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #950866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950866 is #6AF799. Grayscale: #3C3C3C. Windows color (decimal): -7010202 or 6686869. OLE color: 6686869.
HSL color Cylindrical-coordinate representation of color #950866: hue angle of 320º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950866 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 102 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.42 |
| HSL | 320º | 0.9% | 0.31% | - |
| HSV(B) | 320º | 0.95% | 0.58% | - |
| XYZ | 14.88 | 7.52 | 13.24 | - |
| YUV | 60.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 102 | 0 | 0.95 | 0.32 | 0.42 | 320 | 0.9 | 0.31 |
| Hex | 95 | 8 | 66 | 0 | 5F | 20 | 2A | 140 | 5A | 1F |
| Octal | 225 | 10 | 146 | 0 | 137 | 40 | 52 | 500 | 132 | 37 |
| Binary | 10010101 | 1000 | 1100110 | 0 | 1011111 | 100000 | 101010 | 101000000 | 1011010 | 11111 |
Color Harmonies of #950866
Complementary color
Monochromatic Colors of #950866
Black with #950866
Text Example
Text Example
White with #950866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950866; }
p { color: rgb(149,8,102); }
H1.HeaderClassName
{
color: #950866;
}
.AnyTagClassName
{
color: #950866;
}
</style>
background-color css
<style>
a { background-color: #950866; }
a { background-color: rgb(149,8,102); }
div.DivClassName
{
background-color: #950866;
}
.BgClassName
{
background-color: #950866;
}
</style>
border-color css
<style>
span { border-color: #950866; }
span { border-color: rgb(149,8,102); }
td.TdClassName
{
border-color: #950866;
}
.TagClassName
{
border-color: #950866;
}
</style>