Shades of Eggplant #950066
Tints of Eggplant #950066
RGB
CMYK
RGB Variations
Color information
#950066 (or 0x950066) is known color: Eggplant. HEX triplet: 95, 00 and 66. RGB value is (149,0,102). Sum of RGB (Red+Green+Blue) = 149+0+102=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #950066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950066 is #6AFF99. Grayscale: #373737. Windows color (decimal): -7012250 or 6684821. OLE color: 6684821.
HSL color Cylindrical-coordinate representation of color #950066: hue angle of 318.93º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950066 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.32 | 0.42 |
| HSL | 318.93º | 1% | 0.29% | - |
| HSV(B) | 318.93º | 1% | 0.58% | - |
| XYZ | 14.79 | 7.35 | 13.21 | - |
| YUV | 56.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 102 | 0 | 1 | 0.32 | 0.42 | 318.93 | 1 | 0.29 |
| Hex | 95 | 0 | 66 | 0 | 64 | 20 | 2A | 13F | 64 | 1D |
| Octal | 225 | 0 | 146 | 0 | 144 | 40 | 52 | 477 | 144 | 35 |
| Binary | 10010101 | 0 | 1100110 | 0 | 1100100 | 100000 | 101010 | 100111111 | 1100100 | 11101 |
Color Harmonies of #950066
Complementary color
Monochromatic Colors of #950066
Black with #950066
Text Example
Text Example
White with #950066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950066; }
p { color: rgb(149,0,102); }
H1.HeaderClassName
{
color: #950066;
}
.AnyTagClassName
{
color: #950066;
}
</style>
background-color css
<style>
a { background-color: #950066; }
a { background-color: rgb(149,0,102); }
div.DivClassName
{
background-color: #950066;
}
.BgClassName
{
background-color: #950066;
}
</style>
border-color css
<style>
span { border-color: #950066; }
span { border-color: rgb(149,0,102); }
td.TdClassName
{
border-color: #950066;
}
.TagClassName
{
border-color: #950066;
}
</style>