Shades of Eggplant #950B70
Tints of Eggplant #950B70
RGB
CMYK
RGB Variations
Color information
#950B70 (or 0x950B70) is known color: Eggplant. HEX triplet: 95, 0B and 70. RGB value is (149,11,112). Sum of RGB (Red+Green+Blue) = 149+11+112=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #950B70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B70 is #6AF48F. Grayscale: #3F3F3F. Windows color (decimal): -7009424 or 7342997. OLE color: 7342997.
HSL color Cylindrical-coordinate representation of color #950B70: hue angle of 316.09º degrees, saturation: 0.86, 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 #950B70 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 11 | 112 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.42 |
| HSL | 316.09º | 0.86% | 0.31% | - |
| HSV(B) | 316.09º | 0.93% | 0.58% | - |
| XYZ | 15.44 | 7.8 | 16.02 | - |
| YUV | 63.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 112 | 0 | 0.93 | 0.25 | 0.42 | 316.09 | 0.86 | 0.31 |
| Hex | 95 | B | 70 | 0 | 5D | 19 | 2A | 13C | 56 | 1F |
| Octal | 225 | 13 | 160 | 0 | 135 | 31 | 52 | 474 | 126 | 37 |
| Binary | 10010101 | 1011 | 1110000 | 0 | 1011101 | 11001 | 101010 | 100111100 | 1010110 | 11111 |
Color Harmonies of #950B70
Complementary color
Monochromatic Colors of #950B70
Black with #950B70
Text Example
Text Example
White with #950B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950B70; }
p { color: rgb(149,11,112); }
H1.HeaderClassName
{
color: #950B70;
}
.AnyTagClassName
{
color: #950B70;
}
</style>
background-color css
<style>
a { background-color: #950B70; }
a { background-color: rgb(149,11,112); }
div.DivClassName
{
background-color: #950B70;
}
.BgClassName
{
background-color: #950B70;
}
</style>
border-color css
<style>
span { border-color: #950B70; }
span { border-color: rgb(149,11,112); }
td.TdClassName
{
border-color: #950B70;
}
.TagClassName
{
border-color: #950B70;
}
</style>