Shades of Violet Blue #996597
Tints of Violet Blue #996597
RGB
CMYK
RGB Variations
Color information
#996597 (or 0x996597) is known color: Violet Blue. HEX triplet: 99, 65 and 97. RGB value is (153,101,151). Sum of RGB (Red+Green+Blue) = 153+101+151=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996597 is #669A68. Grayscale: #7A7A7A. Windows color (decimal): -6724201 or 9921945. OLE color: 9921945.
HSL color Cylindrical-coordinate representation of color #996597: hue angle of 302.31º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996597 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 151 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.4 |
| HSL | 302.31º | 0.2% | 0.5% | - |
| HSV(B) | 302.31º | 0.34% | 0.6% | - |
| XYZ | 23.38 | 18.31 | 31.58 | - |
| YUV | 122.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 151 | 0 | 0.34 | 0.01 | 0.4 | 302.31 | 0.2 | 0.5 |
| Hex | 99 | 65 | 97 | 0 | 22 | 1 | 28 | 12E | 14 | 32 |
| Octal | 231 | 145 | 227 | 0 | 42 | 1 | 50 | 456 | 24 | 62 |
| Binary | 10011001 | 1100101 | 10010111 | 0 | 100010 | 1 | 101000 | 100101110 | 10100 | 110010 |
Color Harmonies of #996597
Complementary color
Monochromatic Colors of #996597
Black with #996597
Text Example
Text Example
White with #996597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996597; }
p { color: rgb(153,101,151); }
H1.HeaderClassName
{
color: #996597;
}
.AnyTagClassName
{
color: #996597;
}
</style>
background-color css
<style>
a { background-color: #996597; }
a { background-color: rgb(153,101,151); }
div.DivClassName
{
background-color: #996597;
}
.BgClassName
{
background-color: #996597;
}
</style>
border-color css
<style>
span { border-color: #996597; }
span { border-color: rgb(153,101,151); }
td.TdClassName
{
border-color: #996597;
}
.TagClassName
{
border-color: #996597;
}
</style>