Shades of Eggplant #950770
Tints of Eggplant #950770
RGB
CMYK
RGB Variations
Color information
#950770 (or 0x950770) is known color: Eggplant. HEX triplet: 95, 07 and 70. RGB value is (149,7,112). Sum of RGB (Red+Green+Blue) = 149+7+112=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #950770 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950770 is #6AF88F. Grayscale: #3D3D3D. Windows color (decimal): -7010448 or 7341973. OLE color: 7341973.
HSL color Cylindrical-coordinate representation of color #950770: hue angle of 315.63º degrees, saturation: 0.91, 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 #950770 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 112 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.42 |
| HSL | 315.63º | 0.91% | 0.31% | - |
| HSV(B) | 315.63º | 0.95% | 0.58% | - |
| XYZ | 15.4 | 7.71 | 16.01 | - |
| YUV | 61.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 112 | 0 | 0.95 | 0.25 | 0.42 | 315.63 | 0.91 | 0.31 |
| Hex | 95 | 7 | 70 | 0 | 5F | 19 | 2A | 13C | 5B | 1F |
| Octal | 225 | 7 | 160 | 0 | 137 | 31 | 52 | 474 | 133 | 37 |
| Binary | 10010101 | 111 | 1110000 | 0 | 1011111 | 11001 | 101010 | 100111100 | 1011011 | 11111 |
Color Harmonies of #950770
Complementary color
Monochromatic Colors of #950770
Black with #950770
Text Example
Text Example
White with #950770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950770; }
p { color: rgb(149,7,112); }
H1.HeaderClassName
{
color: #950770;
}
.AnyTagClassName
{
color: #950770;
}
</style>
background-color css
<style>
a { background-color: #950770; }
a { background-color: rgb(149,7,112); }
div.DivClassName
{
background-color: #950770;
}
.BgClassName
{
background-color: #950770;
}
</style>
border-color css
<style>
span { border-color: #950770; }
span { border-color: rgb(149,7,112); }
td.TdClassName
{
border-color: #950770;
}
.TagClassName
{
border-color: #950770;
}
</style>