Shades of Eggplant #950A77
Tints of Eggplant #950A77
RGB
CMYK
RGB Variations
Color information
#950A77 (or 0x950A77) is known color: Eggplant. HEX triplet: 95, 0A and 77. RGB value is (149,10,119). Sum of RGB (Red+Green+Blue) = 149+10+119=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #950A77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A77 is #6AF588. Grayscale: #3F3F3F. Windows color (decimal): -7009673 or 7801493. OLE color: 7801493.
HSL color Cylindrical-coordinate representation of color #950A77: hue angle of 312.95º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A77 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 119 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.42 |
| HSL | 312.95º | 0.87% | 0.31% | - |
| HSV(B) | 312.95º | 0.93% | 0.58% | - |
| XYZ | 15.83 | 7.94 | 18.15 | - |
| YUV | 63.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 119 | 0 | 0.93 | 0.20 | 0.42 | 312.95 | 0.87 | 0.31 |
| Hex | 95 | A | 77 | 0 | 5D | 14 | 2A | 139 | 57 | 1F |
| Octal | 225 | 12 | 167 | 0 | 135 | 24 | 52 | 471 | 127 | 37 |
| Binary | 10010101 | 1010 | 1110111 | 0 | 1011101 | 10100 | 101010 | 100111001 | 1010111 | 11111 |
Color Harmonies of #950A77
Complementary color
Monochromatic Colors of #950A77
Black with #950A77
Text Example
Text Example
White with #950A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A77; }
p { color: rgb(149,10,119); }
H1.HeaderClassName
{
color: #950A77;
}
.AnyTagClassName
{
color: #950A77;
}
</style>
background-color css
<style>
a { background-color: #950A77; }
a { background-color: rgb(149,10,119); }
div.DivClassName
{
background-color: #950A77;
}
.BgClassName
{
background-color: #950A77;
}
</style>
border-color css
<style>
span { border-color: #950A77; }
span { border-color: rgb(149,10,119); }
td.TdClassName
{
border-color: #950A77;
}
.TagClassName
{
border-color: #950A77;
}
</style>