Shades of Eggplant #950076
Tints of Eggplant #950076
RGB
CMYK
RGB Variations
Color information
#950076 (or 0x950076) is known color: Eggplant. HEX triplet: 95, 00 and 76. RGB value is (149,0,118). Sum of RGB (Red+Green+Blue) = 149+0+118=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #950076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950076 is #6AFF89. Grayscale: #393939. Windows color (decimal): -7012234 or 7733397. OLE color: 7733397.
HSL color Cylindrical-coordinate representation of color #950076: hue angle of 312.48º 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 #950076 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.21 | 0.42 |
| HSL | 312.48º | 1% | 0.29% | - |
| HSV(B) | 312.48º | 1% | 0.58% | - |
| XYZ | 15.66 | 7.7 | 17.8 | - |
| YUV | 58 | 161.86 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 118 | 0 | 1 | 0.21 | 0.42 | 312.48 | 1 | 0.29 |
| Hex | 95 | 0 | 76 | 0 | 64 | 15 | 2A | 138 | 64 | 1D |
| Octal | 225 | 0 | 166 | 0 | 144 | 25 | 52 | 470 | 144 | 35 |
| Binary | 10010101 | 0 | 1110110 | 0 | 1100100 | 10101 | 101010 | 100111000 | 1100100 | 11101 |
Color Harmonies of #950076
Complementary color
Monochromatic Colors of #950076
Black with #950076
Text Example
Text Example
White with #950076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950076; }
p { color: rgb(149,0,118); }
H1.HeaderClassName
{
color: #950076;
}
.AnyTagClassName
{
color: #950076;
}
</style>
background-color css
<style>
a { background-color: #950076; }
a { background-color: rgb(149,0,118); }
div.DivClassName
{
background-color: #950076;
}
.BgClassName
{
background-color: #950076;
}
</style>
border-color css
<style>
span { border-color: #950076; }
span { border-color: rgb(149,0,118); }
td.TdClassName
{
border-color: #950076;
}
.TagClassName
{
border-color: #950076;
}
</style>