Shades of Eggplant #970F63
Tints of Eggplant #970F63
RGB
CMYK
RGB Variations
Color information
#970F63 (or 0x970F63) is known color: Eggplant. HEX triplet: 97, 0F and 63. RGB value is (151,15,99). Sum of RGB (Red+Green+Blue) = 151+15+99=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #970F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F63 is #68F09C. Grayscale: #414141. Windows color (decimal): -6877341 or 6492055. OLE color: 6492055.
HSL color Cylindrical-coordinate representation of color #970F63: hue angle of 322.94º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F63 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 99 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.41 |
| HSL | 322.94º | 0.82% | 0.33% | - |
| HSV(B) | 322.94º | 0.9% | 0.59% | - |
| XYZ | 15.19 | 7.82 | 12.51 | - |
| YUV | 65.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 99 | 0 | 0.90 | 0.34 | 0.41 | 322.94 | 0.82 | 0.33 |
| Hex | 97 | F | 63 | 0 | 5A | 22 | 29 | 143 | 52 | 21 |
| Octal | 227 | 17 | 143 | 0 | 132 | 42 | 51 | 503 | 122 | 41 |
| Binary | 10010111 | 1111 | 1100011 | 0 | 1011010 | 100010 | 101001 | 101000011 | 1010010 | 100001 |
Color Harmonies of #970F63
Complementary color
Monochromatic Colors of #970F63
Black with #970F63
Text Example
Text Example
White with #970F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F63; }
p { color: rgb(151,15,99); }
H1.HeaderClassName
{
color: #970F63;
}
.AnyTagClassName
{
color: #970F63;
}
</style>
background-color css
<style>
a { background-color: #970F63; }
a { background-color: rgb(151,15,99); }
div.DivClassName
{
background-color: #970F63;
}
.BgClassName
{
background-color: #970F63;
}
</style>
border-color css
<style>
span { border-color: #970F63; }
span { border-color: rgb(151,15,99); }
td.TdClassName
{
border-color: #970F63;
}
.TagClassName
{
border-color: #970F63;
}
</style>