Shades of Violet Blue #997396
Tints of Violet Blue #997396
RGB
CMYK
RGB Variations
Color information
#997396 (or 0x997396) is known color: Violet Blue. HEX triplet: 99, 73 and 96. RGB value is (153,115,150). Sum of RGB (Red+Green+Blue) = 153+115+150=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #997396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997396 is #668C69. Grayscale: #828282. Windows color (decimal): -6720618 or 9859993. OLE color: 9859993.
HSL color Cylindrical-coordinate representation of color #997396: hue angle of 304.74º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997396 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 150 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.4 |
| HSL | 304.74º | 0.16% | 0.53% | - |
| HSV(B) | 304.74º | 0.25% | 0.6% | - |
| XYZ | 24.77 | 21.24 | 31.65 | - |
| YUV | 130.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 150 | 0 | 0.25 | 0.02 | 0.4 | 304.74 | 0.16 | 0.53 |
| Hex | 99 | 73 | 96 | 0 | 19 | 2 | 28 | 131 | 10 | 35 |
| Octal | 231 | 163 | 226 | 0 | 31 | 2 | 50 | 461 | 20 | 65 |
| Binary | 10011001 | 1110011 | 10010110 | 0 | 11001 | 10 | 101000 | 100110001 | 10000 | 110101 |
Color Harmonies of #997396
Complementary color
Monochromatic Colors of #997396
Black with #997396
Text Example
Text Example
White with #997396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997396; }
p { color: rgb(153,115,150); }
H1.HeaderClassName
{
color: #997396;
}
.AnyTagClassName
{
color: #997396;
}
</style>
background-color css
<style>
a { background-color: #997396; }
a { background-color: rgb(153,115,150); }
div.DivClassName
{
background-color: #997396;
}
.BgClassName
{
background-color: #997396;
}
</style>
border-color css
<style>
span { border-color: #997396; }
span { border-color: rgb(153,115,150); }
td.TdClassName
{
border-color: #997396;
}
.TagClassName
{
border-color: #997396;
}
</style>