Shades of Eggplant #950778
Tints of Eggplant #950778
RGB
CMYK
RGB Variations
Color information
#950778 (or 0x950778) is known color: Eggplant. HEX triplet: 95, 07 and 78. RGB value is (149,7,120). Sum of RGB (Red+Green+Blue) = 149+7+120=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #950778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950778 is #6AF887. Grayscale: #3E3E3E. Windows color (decimal): -7010440 or 7866261. OLE color: 7866261.
HSL color Cylindrical-coordinate representation of color #950778: hue angle of 312.25º 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 #950778 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 120 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.42 |
| HSL | 312.25º | 0.91% | 0.31% | - |
| HSV(B) | 312.25º | 0.95% | 0.58% | - |
| XYZ | 15.86 | 7.9 | 18.46 | - |
| YUV | 62.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 120 | 0 | 0.95 | 0.19 | 0.42 | 312.25 | 0.91 | 0.31 |
| Hex | 95 | 7 | 78 | 0 | 5F | 13 | 2A | 138 | 5B | 1F |
| Octal | 225 | 7 | 170 | 0 | 137 | 23 | 52 | 470 | 133 | 37 |
| Binary | 10010101 | 111 | 1111000 | 0 | 1011111 | 10011 | 101010 | 100111000 | 1011011 | 11111 |
Color Harmonies of #950778
Complementary color
Monochromatic Colors of #950778
Black with #950778
Text Example
Text Example
White with #950778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950778; }
p { color: rgb(149,7,120); }
H1.HeaderClassName
{
color: #950778;
}
.AnyTagClassName
{
color: #950778;
}
</style>
background-color css
<style>
a { background-color: #950778; }
a { background-color: rgb(149,7,120); }
div.DivClassName
{
background-color: #950778;
}
.BgClassName
{
background-color: #950778;
}
</style>
border-color css
<style>
span { border-color: #950778; }
span { border-color: rgb(149,7,120); }
td.TdClassName
{
border-color: #950778;
}
.TagClassName
{
border-color: #950778;
}
</style>