Shades of Eggplant #970665
Tints of Eggplant #970665
RGB
CMYK
RGB Variations
Color information
#970665 (or 0x970665) is known color: Eggplant. HEX triplet: 97, 06 and 65. RGB value is (151,6,101). Sum of RGB (Red+Green+Blue) = 151+6+101=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #970665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970665 is #68F99A. Grayscale: #3B3B3B. Windows color (decimal): -6879643 or 6620823. OLE color: 6620823.
HSL color Cylindrical-coordinate representation of color #970665: hue angle of 320.69º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970665 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 6 | 101 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.41 |
| HSL | 320.69º | 0.92% | 0.31% | - |
| HSV(B) | 320.69º | 0.96% | 0.59% | - |
| XYZ | 15.18 | 7.65 | 12.99 | - |
| YUV | 60.19 | 151.04 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 101 | 0 | 0.96 | 0.33 | 0.41 | 320.69 | 0.92 | 0.31 |
| Hex | 97 | 6 | 65 | 0 | 60 | 21 | 29 | 141 | 5C | 1F |
| Octal | 227 | 6 | 145 | 0 | 140 | 41 | 51 | 501 | 134 | 37 |
| Binary | 10010111 | 110 | 1100101 | 0 | 1100000 | 100001 | 101001 | 101000001 | 1011100 | 11111 |
Color Harmonies of #970665
Complementary color
Monochromatic Colors of #970665
Black with #970665
Text Example
Text Example
White with #970665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970665; }
p { color: rgb(151,6,101); }
H1.HeaderClassName
{
color: #970665;
}
.AnyTagClassName
{
color: #970665;
}
</style>
background-color css
<style>
a { background-color: #970665; }
a { background-color: rgb(151,6,101); }
div.DivClassName
{
background-color: #970665;
}
.BgClassName
{
background-color: #970665;
}
</style>
border-color css
<style>
span { border-color: #970665; }
span { border-color: rgb(151,6,101); }
td.TdClassName
{
border-color: #970665;
}
.TagClassName
{
border-color: #970665;
}
</style>