Shades of Eggplant #950670
Tints of Eggplant #950670
RGB
CMYK
RGB Variations
Color information
#950670 (or 0x950670) is known color: Eggplant. HEX triplet: 95, 06 and 70. RGB value is (149,6,112). Sum of RGB (Red+Green+Blue) = 149+6+112=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #950670 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950670 is #6AF98F. Grayscale: #3C3C3C. Windows color (decimal): -7010704 or 7341717. OLE color: 7341717.
HSL color Cylindrical-coordinate representation of color #950670: hue angle of 315.52º 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 #950670 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 6 | 112 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.42 |
| HSL | 315.52º | 0.92% | 0.3% | - |
| HSV(B) | 315.52º | 0.96% | 0.58% | - |
| XYZ | 15.38 | 7.69 | 16 | - |
| YUV | 60.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 112 | 0 | 0.96 | 0.25 | 0.42 | 315.52 | 0.92 | 0.3 |
| Hex | 95 | 6 | 70 | 0 | 60 | 19 | 2A | 13C | 5C | 1E |
| Octal | 225 | 6 | 160 | 0 | 140 | 31 | 52 | 474 | 134 | 36 |
| Binary | 10010101 | 110 | 1110000 | 0 | 1100000 | 11001 | 101010 | 100111100 | 1011100 | 11110 |
Color Harmonies of #950670
Complementary color
Monochromatic Colors of #950670
Black with #950670
Text Example
Text Example
White with #950670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950670; }
p { color: rgb(149,6,112); }
H1.HeaderClassName
{
color: #950670;
}
.AnyTagClassName
{
color: #950670;
}
</style>
background-color css
<style>
a { background-color: #950670; }
a { background-color: rgb(149,6,112); }
div.DivClassName
{
background-color: #950670;
}
.BgClassName
{
background-color: #950670;
}
</style>
border-color css
<style>
span { border-color: #950670; }
span { border-color: rgb(149,6,112); }
td.TdClassName
{
border-color: #950670;
}
.TagClassName
{
border-color: #950670;
}
</style>