Shades of Eggplant #950176
Tints of Eggplant #950176
RGB
CMYK
RGB Variations
Color information
#950176 (or 0x950176) is known color: Eggplant. HEX triplet: 95, 01 and 76. RGB value is (149,1,118). Sum of RGB (Red+Green+Blue) = 149+1+118=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #950176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950176 is #6AFE89. Grayscale: #3A3A3A. Windows color (decimal): -7011978 or 7733653. OLE color: 7733653.
HSL color Cylindrical-coordinate representation of color #950176: hue angle of 312.57º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950176 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 118 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.42 |
| HSL | 312.57º | 0.99% | 0.29% | - |
| HSV(B) | 312.57º | 0.99% | 0.58% | - |
| XYZ | 15.68 | 7.72 | 17.8 | - |
| YUV | 58.59 | 161.53 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 118 | 0 | 0.99 | 0.21 | 0.42 | 312.57 | 0.99 | 0.29 |
| Hex | 95 | 1 | 76 | 0 | 63 | 15 | 2A | 139 | 63 | 1D |
| Octal | 225 | 1 | 166 | 0 | 143 | 25 | 52 | 471 | 143 | 35 |
| Binary | 10010101 | 1 | 1110110 | 0 | 1100011 | 10101 | 101010 | 100111001 | 1100011 | 11101 |
Color Harmonies of #950176
Complementary color
Monochromatic Colors of #950176
Black with #950176
Text Example
Text Example
White with #950176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950176; }
p { color: rgb(149,1,118); }
H1.HeaderClassName
{
color: #950176;
}
.AnyTagClassName
{
color: #950176;
}
</style>
background-color css
<style>
a { background-color: #950176; }
a { background-color: rgb(149,1,118); }
div.DivClassName
{
background-color: #950176;
}
.BgClassName
{
background-color: #950176;
}
</style>
border-color css
<style>
span { border-color: #950176; }
span { border-color: rgb(149,1,118); }
td.TdClassName
{
border-color: #950176;
}
.TagClassName
{
border-color: #950176;
}
</style>