Shades of Eggplant #970273
Tints of Eggplant #970273
RGB
CMYK
RGB Variations
Color information
#970273 (or 0x970273) is known color: Eggplant. HEX triplet: 97, 02 and 73. RGB value is (151,2,115). Sum of RGB (Red+Green+Blue) = 151+2+115=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #970273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970273 is #68FD8C. Grayscale: #3B3B3B. Windows color (decimal): -6880653 or 7537303. OLE color: 7537303.
HSL color Cylindrical-coordinate representation of color #970273: hue angle of 314.5º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970273 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.41 |
| HSL | 314.5º | 0.97% | 0.3% | - |
| HSV(B) | 314.5º | 0.99% | 0.59% | - |
| XYZ | 15.88 | 7.86 | 16.9 | - |
| YUV | 59.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 115 | 0 | 0.99 | 0.24 | 0.41 | 314.5 | 0.97 | 0.3 |
| Hex | 97 | 2 | 73 | 0 | 63 | 18 | 29 | 13A | 61 | 1E |
| Octal | 227 | 2 | 163 | 0 | 143 | 30 | 51 | 472 | 141 | 36 |
| Binary | 10010111 | 10 | 1110011 | 0 | 1100011 | 11000 | 101001 | 100111010 | 1100001 | 11110 |
Color Harmonies of #970273
Complementary color
Monochromatic Colors of #970273
Black with #970273
Text Example
Text Example
White with #970273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970273; }
p { color: rgb(151,2,115); }
H1.HeaderClassName
{
color: #970273;
}
.AnyTagClassName
{
color: #970273;
}
</style>
background-color css
<style>
a { background-color: #970273; }
a { background-color: rgb(151,2,115); }
div.DivClassName
{
background-color: #970273;
}
.BgClassName
{
background-color: #970273;
}
</style>
border-color css
<style>
span { border-color: #970273; }
span { border-color: rgb(151,2,115); }
td.TdClassName
{
border-color: #970273;
}
.TagClassName
{
border-color: #970273;
}
</style>