Shades of Eggplant #950476
Tints of Eggplant #950476
RGB
CMYK
RGB Variations
Color information
#950476 (or 0x950476) is known color: Eggplant. HEX triplet: 95, 04 and 76. RGB value is (149,4,118). Sum of RGB (Red+Green+Blue) = 149+4+118=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #950476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950476 is #6AFB89. Grayscale: #3C3C3C. Windows color (decimal): -7011210 or 7734421. OLE color: 7734421.
HSL color Cylindrical-coordinate representation of color #950476: hue angle of 312.83º degrees, saturation: 0.95, 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 #950476 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 4 | 118 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.42 |
| HSL | 312.83º | 0.95% | 0.3% | - |
| HSV(B) | 312.83º | 0.97% | 0.58% | - |
| XYZ | 15.71 | 7.78 | 17.81 | - |
| YUV | 60.35 | 160.54 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 118 | 0 | 0.97 | 0.21 | 0.42 | 312.83 | 0.95 | 0.3 |
| Hex | 95 | 4 | 76 | 0 | 61 | 15 | 2A | 139 | 5F | 1E |
| Octal | 225 | 4 | 166 | 0 | 141 | 25 | 52 | 471 | 137 | 36 |
| Binary | 10010101 | 100 | 1110110 | 0 | 1100001 | 10101 | 101010 | 100111001 | 1011111 | 11110 |
Color Harmonies of #950476
Complementary color
Monochromatic Colors of #950476
Black with #950476
Text Example
Text Example
White with #950476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950476; }
p { color: rgb(149,4,118); }
H1.HeaderClassName
{
color: #950476;
}
.AnyTagClassName
{
color: #950476;
}
</style>
background-color css
<style>
a { background-color: #950476; }
a { background-color: rgb(149,4,118); }
div.DivClassName
{
background-color: #950476;
}
.BgClassName
{
background-color: #950476;
}
</style>
border-color css
<style>
span { border-color: #950476; }
span { border-color: rgb(149,4,118); }
td.TdClassName
{
border-color: #950476;
}
.TagClassName
{
border-color: #950476;
}
</style>