Shades of Violet Blue #976697
Tints of Violet Blue #976697
RGB
CMYK
RGB Variations
Color information
#976697 (or 0x976697) is known color: Violet Blue. HEX triplet: 97, 66 and 97. RGB value is (151,102,151). Sum of RGB (Red+Green+Blue) = 151+102+151=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 151 - color contains mainly: red, blue. Hex color #976697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976697 is #689968. Grayscale: #7A7A7A. Windows color (decimal): -6855017 or 9922199. OLE color: 9922199.
HSL color Cylindrical-coordinate representation of color #976697: hue angle of 300º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976697 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 151 | - |
| CMYK | 0 | 0.32 | 0 | 0.41 |
| HSL | 300º | 0.19% | 0.5% | - |
| HSV(B) | 300º | 0.32% | 0.59% | - |
| XYZ | 23.1 | 18.32 | 31.6 | - |
| YUV | 122.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 151 | 0 | 0.32 | 0 | 0.41 | 300 | 0.19 | 0.5 |
| Hex | 97 | 66 | 97 | 0 | 20 | 0 | 29 | 12C | 13 | 32 |
| Octal | 227 | 146 | 227 | 0 | 40 | 0 | 51 | 454 | 23 | 62 |
| Binary | 10010111 | 1100110 | 10010111 | 0 | 100000 | 0 | 101001 | 100101100 | 10011 | 110010 |
Color Harmonies of #976697
Complementary color
Monochromatic Colors of #976697
Black with #976697
Text Example
Text Example
White with #976697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976697; }
p { color: rgb(151,102,151); }
H1.HeaderClassName
{
color: #976697;
}
.AnyTagClassName
{
color: #976697;
}
</style>
background-color css
<style>
a { background-color: #976697; }
a { background-color: rgb(151,102,151); }
div.DivClassName
{
background-color: #976697;
}
.BgClassName
{
background-color: #976697;
}
</style>
border-color css
<style>
span { border-color: #976697; }
span { border-color: rgb(151,102,151); }
td.TdClassName
{
border-color: #976697;
}
.TagClassName
{
border-color: #976697;
}
</style>