Shades of Eggplant #950672
Tints of Eggplant #950672
RGB
CMYK
RGB Variations
Color information
#950672 (or 0x950672) is known color: Eggplant. HEX triplet: 95, 06 and 72. RGB value is (149,6,114). Sum of RGB (Red+Green+Blue) = 149+6+114=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #950672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950672 is #6AF98D. Grayscale: #3C3C3C. Windows color (decimal): -7010702 or 7472789. OLE color: 7472789.
HSL color Cylindrical-coordinate representation of color #950672: hue angle of 314.69º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #950672 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.42 |
| HSL | 314.69º | 0.92% | 0.3% | - |
| HSV(B) | 314.69º | 0.96% | 0.58% | - |
| XYZ | 15.5 | 7.73 | 16.6 | - |
| YUV | 61.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 114 | 0 | 0.96 | 0.23 | 0.42 | 314.69 | 0.92 | 0.3 |
| Hex | 95 | 6 | 72 | 0 | 60 | 17 | 2A | 13B | 5C | 1E |
| Octal | 225 | 6 | 162 | 0 | 140 | 27 | 52 | 473 | 134 | 36 |
| Binary | 10010101 | 110 | 1110010 | 0 | 1100000 | 10111 | 101010 | 100111011 | 1011100 | 11110 |
Color Harmonies of #950672
Complementary color
Monochromatic Colors of #950672
Black with #950672
Text Example
Text Example
White with #950672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950672; }
p { color: rgb(149,6,114); }
H1.HeaderClassName
{
color: #950672;
}
.AnyTagClassName
{
color: #950672;
}
</style>
background-color css
<style>
a { background-color: #950672; }
a { background-color: rgb(149,6,114); }
div.DivClassName
{
background-color: #950672;
}
.BgClassName
{
background-color: #950672;
}
</style>
border-color css
<style>
span { border-color: #950672; }
span { border-color: rgb(149,6,114); }
td.TdClassName
{
border-color: #950672;
}
.TagClassName
{
border-color: #950672;
}
</style>