Shades of Eggplant #970F65
Tints of Eggplant #970F65
RGB
CMYK
RGB Variations
Color information
#970F65 (or 0x970F65) is known color: Eggplant. HEX triplet: 97, 0F and 65. RGB value is (151,15,101). Sum of RGB (Red+Green+Blue) = 151+15+101=267 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.55% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 151 - color contains mainly: red. Hex color #970F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F65 is #68F09A. Grayscale: #414141. Windows color (decimal): -6877339 or 6623127. OLE color: 6623127.
HSL color Cylindrical-coordinate representation of color #970F65: hue angle of 322.06º 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 #970F65 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 101 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.41 |
| HSL | 322.06º | 0.82% | 0.33% | - |
| HSV(B) | 322.06º | 0.9% | 0.59% | - |
| XYZ | 15.28 | 7.86 | 13.02 | - |
| YUV | 65.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 101 | 0 | 0.90 | 0.33 | 0.41 | 322.06 | 0.82 | 0.33 |
| Hex | 97 | F | 65 | 0 | 5A | 21 | 29 | 142 | 52 | 21 |
| Octal | 227 | 17 | 145 | 0 | 132 | 41 | 51 | 502 | 122 | 41 |
| Binary | 10010111 | 1111 | 1100101 | 0 | 1011010 | 100001 | 101001 | 101000010 | 1010010 | 100001 |
Color Harmonies of #970F65
Complementary color
Monochromatic Colors of #970F65
Black with #970F65
Text Example
Text Example
White with #970F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F65; }
p { color: rgb(151,15,101); }
H1.HeaderClassName
{
color: #970F65;
}
.AnyTagClassName
{
color: #970F65;
}
</style>
background-color css
<style>
a { background-color: #970F65; }
a { background-color: rgb(151,15,101); }
div.DivClassName
{
background-color: #970F65;
}
.BgClassName
{
background-color: #970F65;
}
</style>
border-color css
<style>
span { border-color: #970F65; }
span { border-color: rgb(151,15,101); }
td.TdClassName
{
border-color: #970F65;
}
.TagClassName
{
border-color: #970F65;
}
</style>