Shades of Violet Blue #997697
Tints of Violet Blue #997697
RGB
CMYK
RGB Variations
Color information
#997697 (or 0x997697) is known color: Violet Blue. HEX triplet: 99, 76 and 97. RGB value is (153,118,151). Sum of RGB (Red+Green+Blue) = 153+118+151=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #997697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997697 is #668968. Grayscale: #848484. Windows color (decimal): -6719849 or 9926297. OLE color: 9926297.
HSL color Cylindrical-coordinate representation of color #997697: hue angle of 303.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #997697 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 151 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.4 |
| HSL | 303.43º | 0.15% | 0.53% | - |
| HSV(B) | 303.43º | 0.23% | 0.6% | - |
| XYZ | 25.2 | 21.96 | 32.19 | - |
| YUV | 132.23 | 138.6 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 151 | 0 | 0.23 | 0.01 | 0.4 | 303.43 | 0.15 | 0.53 |
| Hex | 99 | 76 | 97 | 0 | 17 | 1 | 28 | 12F | F | 35 |
| Octal | 231 | 166 | 227 | 0 | 27 | 1 | 50 | 457 | 17 | 65 |
| Binary | 10011001 | 1110110 | 10010111 | 0 | 10111 | 1 | 101000 | 100101111 | 1111 | 110101 |
Color Harmonies of #997697
Complementary color
Monochromatic Colors of #997697
Black with #997697
Text Example
Text Example
White with #997697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997697; }
p { color: rgb(153,118,151); }
H1.HeaderClassName
{
color: #997697;
}
.AnyTagClassName
{
color: #997697;
}
</style>
background-color css
<style>
a { background-color: #997697; }
a { background-color: rgb(153,118,151); }
div.DivClassName
{
background-color: #997697;
}
.BgClassName
{
background-color: #997697;
}
</style>
border-color css
<style>
span { border-color: #997697; }
span { border-color: rgb(153,118,151); }
td.TdClassName
{
border-color: #997697;
}
.TagClassName
{
border-color: #997697;
}
</style>