Shades of Violet Blue #997195
Tints of Violet Blue #997195
RGB
CMYK
RGB Variations
Color information
#997195 (or 0x997195) is known color: Violet Blue. HEX triplet: 99, 71 and 95. RGB value is (153,113,149). Sum of RGB (Red+Green+Blue) = 153+113+149=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #997195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997195 is #668E6A. Grayscale: #808080. Windows color (decimal): -6721131 or 9793945. OLE color: 9793945.
HSL color Cylindrical-coordinate representation of color #997195: hue angle of 306º 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 #997195 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 149 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.4 |
| HSL | 306º | 0.16% | 0.52% | - |
| HSV(B) | 306º | 0.26% | 0.6% | - |
| XYZ | 24.47 | 20.75 | 31.15 | - |
| YUV | 129.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 149 | 0 | 0.26 | 0.03 | 0.4 | 306 | 0.16 | 0.52 |
| Hex | 99 | 71 | 95 | 0 | 1A | 3 | 28 | 132 | 10 | 34 |
| Octal | 231 | 161 | 225 | 0 | 32 | 3 | 50 | 462 | 20 | 64 |
| Binary | 10011001 | 1110001 | 10010101 | 0 | 11010 | 11 | 101000 | 100110010 | 10000 | 110100 |
Color Harmonies of #997195
Complementary color
Monochromatic Colors of #997195
Black with #997195
Text Example
Text Example
White with #997195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997195; }
p { color: rgb(153,113,149); }
H1.HeaderClassName
{
color: #997195;
}
.AnyTagClassName
{
color: #997195;
}
</style>
background-color css
<style>
a { background-color: #997195; }
a { background-color: rgb(153,113,149); }
div.DivClassName
{
background-color: #997195;
}
.BgClassName
{
background-color: #997195;
}
</style>
border-color css
<style>
span { border-color: #997195; }
span { border-color: rgb(153,113,149); }
td.TdClassName
{
border-color: #997195;
}
.TagClassName
{
border-color: #997195;
}
</style>