Shades of Eggplant #950064
Tints of Eggplant #950064
RGB
CMYK
RGB Variations
Color information
#950064 (or 0x950064) is known color: Eggplant. HEX triplet: 95, 00 and 64. RGB value is (149,0,100). Sum of RGB (Red+Green+Blue) = 149+0+100=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #950064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950064 is #6AFF9B. Grayscale: #373737. Windows color (decimal): -7012252 or 6553749. OLE color: 6553749.
HSL color Cylindrical-coordinate representation of color #950064: hue angle of 319.73º 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 #950064 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.33 | 0.42 |
| HSL | 319.73º | 1% | 0.29% | - |
| HSV(B) | 319.73º | 1% | 0.58% | - |
| XYZ | 14.69 | 7.31 | 12.69 | - |
| YUV | 55.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 100 | 0 | 1 | 0.33 | 0.42 | 319.73 | 1 | 0.29 |
| Hex | 95 | 0 | 64 | 0 | 64 | 21 | 2A | 140 | 64 | 1D |
| Octal | 225 | 0 | 144 | 0 | 144 | 41 | 52 | 500 | 144 | 35 |
| Binary | 10010101 | 0 | 1100100 | 0 | 1100100 | 100001 | 101010 | 101000000 | 1100100 | 11101 |
Color Harmonies of #950064
Complementary color
Monochromatic Colors of #950064
Black with #950064
Text Example
Text Example
White with #950064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950064; }
p { color: rgb(149,0,100); }
H1.HeaderClassName
{
color: #950064;
}
.AnyTagClassName
{
color: #950064;
}
</style>
background-color css
<style>
a { background-color: #950064; }
a { background-color: rgb(149,0,100); }
div.DivClassName
{
background-color: #950064;
}
.BgClassName
{
background-color: #950064;
}
</style>
border-color css
<style>
span { border-color: #950064; }
span { border-color: rgb(149,0,100); }
td.TdClassName
{
border-color: #950064;
}
.TagClassName
{
border-color: #950064;
}
</style>