Shades of Eggplant #950872
Tints of Eggplant #950872
RGB
CMYK
RGB Variations
Color information
#950872 (or 0x950872) is known color: Eggplant. HEX triplet: 95, 08 and 72. RGB value is (149,8,114). Sum of RGB (Red+Green+Blue) = 149+8+114=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #950872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950872 is #6AF78D. Grayscale: #3D3D3D. Windows color (decimal): -7010190 or 7473301. OLE color: 7473301.
HSL color Cylindrical-coordinate representation of color #950872: hue angle of 314.89º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950872 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 8 | 114 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.42 |
| HSL | 314.89º | 0.9% | 0.31% | - |
| HSV(B) | 314.89º | 0.95% | 0.58% | - |
| XYZ | 15.52 | 7.78 | 16.6 | - |
| YUV | 62.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 114 | 0 | 0.95 | 0.23 | 0.42 | 314.89 | 0.9 | 0.31 |
| Hex | 95 | 8 | 72 | 0 | 5F | 17 | 2A | 13B | 5A | 1F |
| Octal | 225 | 10 | 162 | 0 | 137 | 27 | 52 | 473 | 132 | 37 |
| Binary | 10010101 | 1000 | 1110010 | 0 | 1011111 | 10111 | 101010 | 100111011 | 1011010 | 11111 |
Color Harmonies of #950872
Complementary color
Monochromatic Colors of #950872
Black with #950872
Text Example
Text Example
White with #950872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950872; }
p { color: rgb(149,8,114); }
H1.HeaderClassName
{
color: #950872;
}
.AnyTagClassName
{
color: #950872;
}
</style>
background-color css
<style>
a { background-color: #950872; }
a { background-color: rgb(149,8,114); }
div.DivClassName
{
background-color: #950872;
}
.BgClassName
{
background-color: #950872;
}
</style>
border-color css
<style>
span { border-color: #950872; }
span { border-color: rgb(149,8,114); }
td.TdClassName
{
border-color: #950872;
}
.TagClassName
{
border-color: #950872;
}
</style>