Shades of Eggplant #970863
Tints of Eggplant #970863
RGB
CMYK
RGB Variations
Color information
#970863 (or 0x970863) is known color: Eggplant. HEX triplet: 97, 08 and 63. RGB value is (151,8,99). Sum of RGB (Red+Green+Blue) = 151+8+99=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #970863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970863 is #68F79C. Grayscale: #3C3C3C. Windows color (decimal): -6879133 or 6490263. OLE color: 6490263.
HSL color Cylindrical-coordinate representation of color #970863: hue angle of 321.82º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970863 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 8 | 99 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.41 |
| HSL | 321.82º | 0.9% | 0.31% | - |
| HSV(B) | 321.82º | 0.95% | 0.59% | - |
| XYZ | 15.1 | 7.65 | 12.49 | - |
| YUV | 61.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 99 | 0 | 0.95 | 0.34 | 0.41 | 321.82 | 0.9 | 0.31 |
| Hex | 97 | 8 | 63 | 0 | 5F | 22 | 29 | 142 | 5A | 1F |
| Octal | 227 | 10 | 143 | 0 | 137 | 42 | 51 | 502 | 132 | 37 |
| Binary | 10010111 | 1000 | 1100011 | 0 | 1011111 | 100010 | 101001 | 101000010 | 1011010 | 11111 |
Color Harmonies of #970863
Complementary color
Monochromatic Colors of #970863
Black with #970863
Text Example
Text Example
White with #970863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970863; }
p { color: rgb(151,8,99); }
H1.HeaderClassName
{
color: #970863;
}
.AnyTagClassName
{
color: #970863;
}
</style>
background-color css
<style>
a { background-color: #970863; }
a { background-color: rgb(151,8,99); }
div.DivClassName
{
background-color: #970863;
}
.BgClassName
{
background-color: #970863;
}
</style>
border-color css
<style>
span { border-color: #970863; }
span { border-color: rgb(151,8,99); }
td.TdClassName
{
border-color: #970863;
}
.TagClassName
{
border-color: #970863;
}
</style>