Shades of Violet Blue #996BA2
Tints of Violet Blue #996BA2
RGB
CMYK
RGB Variations
Color information
#996BA2 (or 0x996BA2) is known color: Violet Blue. HEX triplet: 99, 6B and A2. RGB value is (153,107,162). Sum of RGB (Red+Green+Blue) = 153+107+162=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 162 - color contains mainly: blue. Hex color #996BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996BA2 is #66945D. Grayscale: #7E7E7E. Windows color (decimal): -6722654 or 10644377. OLE color: 10644377.
HSL color Cylindrical-coordinate representation of color #996BA2: hue angle of 290.18º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996BA2 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 107 | 162 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.36 |
| HSL | 290.18º | 0.23% | 0.53% | - |
| HSV(B) | 290.18º | 0.34% | 0.64% | - |
| XYZ | 24.92 | 19.9 | 36.71 | - |
| YUV | 127.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 162 | 0.06 | 0.34 | 0 | 0.36 | 290.18 | 0.23 | 0.53 |
| Hex | 99 | 6B | A2 | 6 | 22 | 0 | 24 | 122 | 17 | 35 |
| Octal | 231 | 153 | 242 | 6 | 42 | 0 | 44 | 442 | 27 | 65 |
| Binary | 10011001 | 1101011 | 10100010 | 110 | 100010 | 0 | 100100 | 100100010 | 10111 | 110101 |
Color Harmonies of #996BA2
Complementary color
Monochromatic Colors of #996BA2
Black with #996BA2
Text Example
Text Example
White with #996BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996BA2; }
p { color: rgb(153,107,162); }
H1.HeaderClassName
{
color: #996BA2;
}
.AnyTagClassName
{
color: #996BA2;
}
</style>
background-color css
<style>
a { background-color: #996BA2; }
a { background-color: rgb(153,107,162); }
div.DivClassName
{
background-color: #996BA2;
}
.BgClassName
{
background-color: #996BA2;
}
</style>
border-color css
<style>
span { border-color: #996BA2; }
span { border-color: rgb(153,107,162); }
td.TdClassName
{
border-color: #996BA2;
}
.TagClassName
{
border-color: #996BA2;
}
</style>