Shades of Eggplant #970F67
Tints of Eggplant #970F67
RGB
CMYK
RGB Variations
Color information
#970F67 (or 0x970F67) is known color: Eggplant. HEX triplet: 97, 0F and 67. RGB value is (151,15,103). Sum of RGB (Red+Green+Blue) = 151+15+103=269 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.13% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 103 (40.62% from 255 or 38.29% from 269); Max value from RGB is 151 - color contains mainly: red. Hex color #970F67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F67 is #68F098. Grayscale: #414141. Windows color (decimal): -6877337 or 6754199. OLE color: 6754199.
HSL color Cylindrical-coordinate representation of color #970F67: hue angle of 321.18º 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 #970F67 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 103 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.41 |
| HSL | 321.18º | 0.82% | 0.33% | - |
| HSV(B) | 321.18º | 0.9% | 0.59% | - |
| XYZ | 15.38 | 7.9 | 13.55 | - |
| YUV | 65.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 103 | 0 | 0.90 | 0.32 | 0.41 | 321.18 | 0.82 | 0.33 |
| Hex | 97 | F | 67 | 0 | 5A | 20 | 29 | 141 | 52 | 21 |
| Octal | 227 | 17 | 147 | 0 | 132 | 40 | 51 | 501 | 122 | 41 |
| Binary | 10010111 | 1111 | 1100111 | 0 | 1011010 | 100000 | 101001 | 101000001 | 1010010 | 100001 |
Color Harmonies of #970F67
Complementary color
Monochromatic Colors of #970F67
Black with #970F67
Text Example
Text Example
White with #970F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F67; }
p { color: rgb(151,15,103); }
H1.HeaderClassName
{
color: #970F67;
}
.AnyTagClassName
{
color: #970F67;
}
</style>
background-color css
<style>
a { background-color: #970F67; }
a { background-color: rgb(151,15,103); }
div.DivClassName
{
background-color: #970F67;
}
.BgClassName
{
background-color: #970F67;
}
</style>
border-color css
<style>
span { border-color: #970F67; }
span { border-color: rgb(151,15,103); }
td.TdClassName
{
border-color: #970F67;
}
.TagClassName
{
border-color: #970F67;
}
</style>