Shades of Eggplant #970275
Tints of Eggplant #970275
RGB
CMYK
RGB Variations
Color information
#970275 (or 0x970275) is known color: Eggplant. HEX triplet: 97, 02 and 75. RGB value is (151,2,117). Sum of RGB (Red+Green+Blue) = 151+2+117=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #970275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970275 is #68FD8A. Grayscale: #3B3B3B. Windows color (decimal): -6880651 or 7668375. OLE color: 7668375.
HSL color Cylindrical-coordinate representation of color #970275: hue angle of 313.69º 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 #970275 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 117 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.41 |
| HSL | 313.69º | 0.97% | 0.3% | - |
| HSV(B) | 313.69º | 0.99% | 0.59% | - |
| XYZ | 16 | 7.91 | 17.51 | - |
| YUV | 59.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 117 | 0 | 0.99 | 0.23 | 0.41 | 313.69 | 0.97 | 0.3 |
| Hex | 97 | 2 | 75 | 0 | 63 | 17 | 29 | 13A | 61 | 1E |
| Octal | 227 | 2 | 165 | 0 | 143 | 27 | 51 | 472 | 141 | 36 |
| Binary | 10010111 | 10 | 1110101 | 0 | 1100011 | 10111 | 101001 | 100111010 | 1100001 | 11110 |
Color Harmonies of #970275
Complementary color
Monochromatic Colors of #970275
Black with #970275
Text Example
Text Example
White with #970275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970275; }
p { color: rgb(151,2,117); }
H1.HeaderClassName
{
color: #970275;
}
.AnyTagClassName
{
color: #970275;
}
</style>
background-color css
<style>
a { background-color: #970275; }
a { background-color: rgb(151,2,117); }
div.DivClassName
{
background-color: #970275;
}
.BgClassName
{
background-color: #970275;
}
</style>
border-color css
<style>
span { border-color: #970275; }
span { border-color: rgb(151,2,117); }
td.TdClassName
{
border-color: #970275;
}
.TagClassName
{
border-color: #970275;
}
</style>