Shades of Eggplant #970669
Tints of Eggplant #970669
RGB
CMYK
RGB Variations
Color information
#970669 (or 0x970669) is known color: Eggplant. HEX triplet: 97, 06 and 69. RGB value is (151,6,105). Sum of RGB (Red+Green+Blue) = 151+6+105=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #970669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970669 is #68F996. Grayscale: #3C3C3C. Windows color (decimal): -6879639 or 6882967. OLE color: 6882967.
HSL color Cylindrical-coordinate representation of color #970669: hue angle of 319.03º 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 #970669 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 6 | 105 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.41 |
| HSL | 319.03º | 0.92% | 0.31% | - |
| HSV(B) | 319.03º | 0.96% | 0.59% | - |
| XYZ | 15.38 | 7.73 | 14.05 | - |
| YUV | 60.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 105 | 0 | 0.96 | 0.30 | 0.41 | 319.03 | 0.92 | 0.31 |
| Hex | 97 | 6 | 69 | 0 | 60 | 1E | 29 | 13F | 5C | 1F |
| Octal | 227 | 6 | 151 | 0 | 140 | 36 | 51 | 477 | 134 | 37 |
| Binary | 10010111 | 110 | 1101001 | 0 | 1100000 | 11110 | 101001 | 100111111 | 1011100 | 11111 |
Color Harmonies of #970669
Complementary color
Monochromatic Colors of #970669
Black with #970669
Text Example
Text Example
White with #970669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970669; }
p { color: rgb(151,6,105); }
H1.HeaderClassName
{
color: #970669;
}
.AnyTagClassName
{
color: #970669;
}
</style>
background-color css
<style>
a { background-color: #970669; }
a { background-color: rgb(151,6,105); }
div.DivClassName
{
background-color: #970669;
}
.BgClassName
{
background-color: #970669;
}
</style>
border-color css
<style>
span { border-color: #970669; }
span { border-color: rgb(151,6,105); }
td.TdClassName
{
border-color: #970669;
}
.TagClassName
{
border-color: #970669;
}
</style>