Shades of Violet Blue #997196
Tints of Violet Blue #997196
RGB
CMYK
RGB Variations
Color information
#997196 (or 0x997196) is known color: Violet Blue. HEX triplet: 99, 71 and 96. RGB value is (153,113,150). Sum of RGB (Red+Green+Blue) = 153+113+150=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #997196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997196 is #668E69. Grayscale: #818181. Windows color (decimal): -6721130 or 9859481. OLE color: 9859481.
HSL color Cylindrical-coordinate representation of color #997196: hue angle of 304.5º 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 #997196 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 150 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.4 |
| HSL | 304.5º | 0.16% | 0.52% | - |
| HSV(B) | 304.5º | 0.26% | 0.6% | - |
| XYZ | 24.55 | 20.78 | 31.57 | - |
| YUV | 129.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 150 | 0 | 0.26 | 0.02 | 0.4 | 304.5 | 0.16 | 0.52 |
| Hex | 99 | 71 | 96 | 0 | 1A | 2 | 28 | 130 | 10 | 34 |
| Octal | 231 | 161 | 226 | 0 | 32 | 2 | 50 | 460 | 20 | 64 |
| Binary | 10011001 | 1110001 | 10010110 | 0 | 11010 | 10 | 101000 | 100110000 | 10000 | 110100 |
Color Harmonies of #997196
Complementary color
Monochromatic Colors of #997196
Black with #997196
Text Example
Text Example
White with #997196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997196; }
p { color: rgb(153,113,150); }
H1.HeaderClassName
{
color: #997196;
}
.AnyTagClassName
{
color: #997196;
}
</style>
background-color css
<style>
a { background-color: #997196; }
a { background-color: rgb(153,113,150); }
div.DivClassName
{
background-color: #997196;
}
.BgClassName
{
background-color: #997196;
}
</style>
border-color css
<style>
span { border-color: #997196; }
span { border-color: rgb(153,113,150); }
td.TdClassName
{
border-color: #997196;
}
.TagClassName
{
border-color: #997196;
}
</style>