Shades of Eggplant #950D70
Tints of Eggplant #950D70
RGB
CMYK
RGB Variations
Color information
#950D70 (or 0x950D70) is known color: Eggplant. HEX triplet: 95, 0D and 70. RGB value is (149,13,112). Sum of RGB (Red+Green+Blue) = 149+13+112=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #950D70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950D70 is #6AF28F. Grayscale: #404040. Windows color (decimal): -7008912 or 7343509. OLE color: 7343509.
HSL color Cylindrical-coordinate representation of color #950D70: hue angle of 316.32º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950D70 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 13 | 112 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.42 |
| HSL | 316.32º | 0.84% | 0.32% | - |
| HSV(B) | 316.32º | 0.91% | 0.58% | - |
| XYZ | 15.46 | 7.85 | 16.03 | - |
| YUV | 64.95 | 154.56 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 13 | 112 | 0 | 0.91 | 0.25 | 0.42 | 316.32 | 0.84 | 0.32 |
| Hex | 95 | D | 70 | 0 | 5B | 19 | 2A | 13C | 54 | 20 |
| Octal | 225 | 15 | 160 | 0 | 133 | 31 | 52 | 474 | 124 | 40 |
| Binary | 10010101 | 1101 | 1110000 | 0 | 1011011 | 11001 | 101010 | 100111100 | 1010100 | 100000 |
Color Harmonies of #950D70
Complementary color
Monochromatic Colors of #950D70
Black with #950D70
Text Example
Text Example
White with #950D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950D70; }
p { color: rgb(149,13,112); }
H1.HeaderClassName
{
color: #950D70;
}
.AnyTagClassName
{
color: #950D70;
}
</style>
background-color css
<style>
a { background-color: #950D70; }
a { background-color: rgb(149,13,112); }
div.DivClassName
{
background-color: #950D70;
}
.BgClassName
{
background-color: #950D70;
}
</style>
border-color css
<style>
span { border-color: #950D70; }
span { border-color: rgb(149,13,112); }
td.TdClassName
{
border-color: #950D70;
}
.TagClassName
{
border-color: #950D70;
}
</style>