Shades of Violet Blue #996991
Tints of Violet Blue #996991
RGB
CMYK
RGB Variations
Color information
#996991 (or 0x996991) is known color: Violet Blue. HEX triplet: 99, 69 and 91. RGB value is (153,105,145). Sum of RGB (Red+Green+Blue) = 153+105+145=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996991 is #66966E. Grayscale: #7B7B7B. Windows color (decimal): -6723183 or 9529753. OLE color: 9529753.
HSL color Cylindrical-coordinate representation of color #996991: hue angle of 310º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996991 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 145 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.4 |
| HSL | 310º | 0.19% | 0.51% | - |
| HSV(B) | 310º | 0.31% | 0.6% | - |
| XYZ | 23.3 | 18.92 | 29.21 | - |
| YUV | 123.91 | 139.9 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 145 | 0 | 0.31 | 0.05 | 0.4 | 310 | 0.19 | 0.51 |
| Hex | 99 | 69 | 91 | 0 | 1F | 5 | 28 | 136 | 13 | 33 |
| Octal | 231 | 151 | 221 | 0 | 37 | 5 | 50 | 466 | 23 | 63 |
| Binary | 10011001 | 1101001 | 10010001 | 0 | 11111 | 101 | 101000 | 100110110 | 10011 | 110011 |
Color Harmonies of #996991
Complementary color
Monochromatic Colors of #996991
Black with #996991
Text Example
Text Example
White with #996991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996991; }
p { color: rgb(153,105,145); }
H1.HeaderClassName
{
color: #996991;
}
.AnyTagClassName
{
color: #996991;
}
</style>
background-color css
<style>
a { background-color: #996991; }
a { background-color: rgb(153,105,145); }
div.DivClassName
{
background-color: #996991;
}
.BgClassName
{
background-color: #996991;
}
</style>
border-color css
<style>
span { border-color: #996991; }
span { border-color: rgb(153,105,145); }
td.TdClassName
{
border-color: #996991;
}
.TagClassName
{
border-color: #996991;
}
</style>