Shades of Violet Blue #997197
Tints of Violet Blue #997197
RGB
CMYK
RGB Variations
Color information
#997197 (or 0x997197) is known color: Violet Blue. HEX triplet: 99, 71 and 97. RGB value is (153,113,151). Sum of RGB (Red+Green+Blue) = 153+113+151=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #997197 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997197 is #668E68. Grayscale: #818181. Windows color (decimal): -6721129 or 9925017. OLE color: 9925017.
HSL color Cylindrical-coordinate representation of color #997197: hue angle of 303º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #997197 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 151 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.4 |
| HSL | 303º | 0.16% | 0.52% | - |
| HSV(B) | 303º | 0.26% | 0.6% | - |
| XYZ | 24.63 | 20.82 | 32 | - |
| YUV | 129.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 151 | 0 | 0.26 | 0.01 | 0.4 | 303 | 0.16 | 0.52 |
| Hex | 99 | 71 | 97 | 0 | 1A | 1 | 28 | 12F | 10 | 34 |
| Octal | 231 | 161 | 227 | 0 | 32 | 1 | 50 | 457 | 20 | 64 |
| Binary | 10011001 | 1110001 | 10010111 | 0 | 11010 | 1 | 101000 | 100101111 | 10000 | 110100 |
Color Harmonies of #997197
Complementary color
Monochromatic Colors of #997197
Black with #997197
Text Example
Text Example
White with #997197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997197; }
p { color: rgb(153,113,151); }
H1.HeaderClassName
{
color: #997197;
}
.AnyTagClassName
{
color: #997197;
}
</style>
background-color css
<style>
a { background-color: #997197; }
a { background-color: rgb(153,113,151); }
div.DivClassName
{
background-color: #997197;
}
.BgClassName
{
background-color: #997197;
}
</style>
border-color css
<style>
span { border-color: #997197; }
span { border-color: rgb(153,113,151); }
td.TdClassName
{
border-color: #997197;
}
.TagClassName
{
border-color: #997197;
}
</style>