Shades of Eggplant #970B77
Tints of Eggplant #970B77
RGB
CMYK
RGB Variations
Color information
#970B77 (or 0x970B77) is known color: Eggplant. HEX triplet: 97, 0B and 77. RGB value is (151,11,119). Sum of RGB (Red+Green+Blue) = 151+11+119=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #970B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970B77 is #68F488. Grayscale: #404040. Windows color (decimal): -6878345 or 7801751. OLE color: 7801751.
HSL color Cylindrical-coordinate representation of color #970B77: hue angle of 313.71º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B77 is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 11 | 119 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.41 |
| HSL | 313.71º | 0.86% | 0.32% | - |
| HSV(B) | 313.71º | 0.93% | 0.59% | - |
| XYZ | 16.21 | 8.15 | 18.17 | - |
| YUV | 65.17 | 158.38 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 119 | 0 | 0.93 | 0.21 | 0.41 | 313.71 | 0.86 | 0.32 |
| Hex | 97 | B | 77 | 0 | 5D | 15 | 29 | 13A | 56 | 20 |
| Octal | 227 | 13 | 167 | 0 | 135 | 25 | 51 | 472 | 126 | 40 |
| Binary | 10010111 | 1011 | 1110111 | 0 | 1011101 | 10101 | 101001 | 100111010 | 1010110 | 100000 |
Color Harmonies of #970B77
Complementary color
Monochromatic Colors of #970B77
Black with #970B77
Text Example
Text Example
White with #970B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970B77; }
p { color: rgb(151,11,119); }
H1.HeaderClassName
{
color: #970B77;
}
.AnyTagClassName
{
color: #970B77;
}
</style>
background-color css
<style>
a { background-color: #970B77; }
a { background-color: rgb(151,11,119); }
div.DivClassName
{
background-color: #970B77;
}
.BgClassName
{
background-color: #970B77;
}
</style>
border-color css
<style>
span { border-color: #970B77; }
span { border-color: rgb(151,11,119); }
td.TdClassName
{
border-color: #970B77;
}
.TagClassName
{
border-color: #970B77;
}
</style>