Shades of Eggplant #970262
Tints of Eggplant #970262
RGB
CMYK
RGB Variations
Color information
#970262 (or 0x970262) is known color: Eggplant. HEX triplet: 97, 02 and 62. RGB value is (151,2,98). Sum of RGB (Red+Green+Blue) = 151+2+98=251 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.16% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 151 - color contains mainly: red. Hex color #970262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970262 is #68FD9D. Grayscale: #393939. Windows color (decimal): -6880670 or 6423191. OLE color: 6423191.
HSL color Cylindrical-coordinate representation of color #970262: hue angle of 321.34º 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 #970262 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.41 |
| HSL | 321.34º | 0.97% | 0.3% | - |
| HSV(B) | 321.34º | 0.99% | 0.59% | - |
| XYZ | 14.99 | 7.5 | 12.21 | - |
| YUV | 57.5 | 150.86 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 98 | 0 | 0.99 | 0.35 | 0.41 | 321.34 | 0.97 | 0.3 |
| Hex | 97 | 2 | 62 | 0 | 63 | 23 | 29 | 141 | 61 | 1E |
| Octal | 227 | 2 | 142 | 0 | 143 | 43 | 51 | 501 | 141 | 36 |
| Binary | 10010111 | 10 | 1100010 | 0 | 1100011 | 100011 | 101001 | 101000001 | 1100001 | 11110 |
Color Harmonies of #970262
Complementary color
Monochromatic Colors of #970262
Black with #970262
Text Example
Text Example
White with #970262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970262; }
p { color: rgb(151,2,98); }
H1.HeaderClassName
{
color: #970262;
}
.AnyTagClassName
{
color: #970262;
}
</style>
background-color css
<style>
a { background-color: #970262; }
a { background-color: rgb(151,2,98); }
div.DivClassName
{
background-color: #970262;
}
.BgClassName
{
background-color: #970262;
}
</style>
border-color css
<style>
span { border-color: #970262; }
span { border-color: rgb(151,2,98); }
td.TdClassName
{
border-color: #970262;
}
.TagClassName
{
border-color: #970262;
}
</style>