Shades of Eggplant #950377
Tints of Eggplant #950377
RGB
CMYK
RGB Variations
Color information
#950377 (or 0x950377) is known color: Eggplant. HEX triplet: 95, 03 and 77. RGB value is (149,3,119). Sum of RGB (Red+Green+Blue) = 149+3+119=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #950377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950377 is #6AFC88. Grayscale: #3B3B3B. Windows color (decimal): -7011465 or 7799701. OLE color: 7799701.
HSL color Cylindrical-coordinate representation of color #950377: hue angle of 312.33º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #950377 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 3 | 119 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.42 |
| HSL | 312.33º | 0.96% | 0.3% | - |
| HSV(B) | 312.33º | 0.98% | 0.58% | - |
| XYZ | 15.76 | 7.79 | 18.13 | - |
| YUV | 59.88 | 161.37 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 3 | 119 | 0 | 0.98 | 0.20 | 0.42 | 312.33 | 0.96 | 0.3 |
| Hex | 95 | 3 | 77 | 0 | 62 | 14 | 2A | 138 | 60 | 1E |
| Octal | 225 | 3 | 167 | 0 | 142 | 24 | 52 | 470 | 140 | 36 |
| Binary | 10010101 | 11 | 1110111 | 0 | 1100010 | 10100 | 101010 | 100111000 | 1100000 | 11110 |
Color Harmonies of #950377
Complementary color
Monochromatic Colors of #950377
Black with #950377
Text Example
Text Example
White with #950377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950377; }
p { color: rgb(149,3,119); }
H1.HeaderClassName
{
color: #950377;
}
.AnyTagClassName
{
color: #950377;
}
</style>
background-color css
<style>
a { background-color: #950377; }
a { background-color: rgb(149,3,119); }
div.DivClassName
{
background-color: #950377;
}
.BgClassName
{
background-color: #950377;
}
</style>
border-color css
<style>
span { border-color: #950377; }
span { border-color: rgb(149,3,119); }
td.TdClassName
{
border-color: #950377;
}
.TagClassName
{
border-color: #950377;
}
</style>