Shades of Violet Blue #996A99
Tints of Violet Blue #996A99
RGB
CMYK
RGB Variations
Color information
#996A99 (or 0x996A99) is known color: Violet Blue. HEX triplet: 99, 6A and 99. RGB value is (153,106,153). Sum of RGB (Red+Green+Blue) = 153+106+153=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996A99 is #669566. Grayscale: #7D7D7D. Windows color (decimal): -6722919 or 10054297. OLE color: 10054297.
HSL color Cylindrical-coordinate representation of color #996A99: hue angle of 300º 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 #996A99 is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 153 | - |
| CMYK | 0 | 0.31 | 0 | 0.4 |
| HSL | 300º | 0.19% | 0.51% | - |
| HSV(B) | 300º | 0.31% | 0.6% | - |
| XYZ | 24.04 | 19.38 | 32.61 | - |
| YUV | 125.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 153 | 0 | 0.31 | 0 | 0.4 | 300 | 0.19 | 0.51 |
| Hex | 99 | 6A | 99 | 0 | 1F | 0 | 28 | 12C | 13 | 33 |
| Octal | 231 | 152 | 231 | 0 | 37 | 0 | 50 | 454 | 23 | 63 |
| Binary | 10011001 | 1101010 | 10011001 | 0 | 11111 | 0 | 101000 | 100101100 | 10011 | 110011 |
Color Harmonies of #996A99
Complementary color
Monochromatic Colors of #996A99
Black with #996A99
Text Example
Text Example
White with #996A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A99; }
p { color: rgb(153,106,153); }
H1.HeaderClassName
{
color: #996A99;
}
.AnyTagClassName
{
color: #996A99;
}
</style>
background-color css
<style>
a { background-color: #996A99; }
a { background-color: rgb(153,106,153); }
div.DivClassName
{
background-color: #996A99;
}
.BgClassName
{
background-color: #996A99;
}
</style>
border-color css
<style>
span { border-color: #996A99; }
span { border-color: rgb(153,106,153); }
td.TdClassName
{
border-color: #996A99;
}
.TagClassName
{
border-color: #996A99;
}
</style>