Shades of Violet Blue #996B92
Tints of Violet Blue #996B92
RGB
CMYK
RGB Variations
Color information
#996B92 (or 0x996B92) is known color: Violet Blue. HEX triplet: 99, 6B and 92. RGB value is (153,107,146). Sum of RGB (Red+Green+Blue) = 153+107+146=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B92 is #66946D. Grayscale: #7D7D7D. Windows color (decimal): -6722670 or 9595801. OLE color: 9595801.
HSL color Cylindrical-coordinate representation of color #996B92: hue angle of 309.13º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #996B92 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 146 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.4 |
| HSL | 309.13º | 0.18% | 0.51% | - |
| HSV(B) | 309.13º | 0.3% | 0.6% | - |
| XYZ | 23.58 | 19.36 | 29.69 | - |
| YUV | 125.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 146 | 0 | 0.30 | 0.05 | 0.4 | 309.13 | 0.18 | 0.51 |
| Hex | 99 | 6B | 92 | 0 | 1E | 5 | 28 | 135 | 12 | 33 |
| Octal | 231 | 153 | 222 | 0 | 36 | 5 | 50 | 465 | 22 | 63 |
| Binary | 10011001 | 1101011 | 10010010 | 0 | 11110 | 101 | 101000 | 100110101 | 10010 | 110011 |
Color Harmonies of #996B92
Complementary color
Monochromatic Colors of #996B92
Black with #996B92
Text Example
Text Example
White with #996B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B92; }
p { color: rgb(153,107,146); }
H1.HeaderClassName
{
color: #996B92;
}
.AnyTagClassName
{
color: #996B92;
}
</style>
background-color css
<style>
a { background-color: #996B92; }
a { background-color: rgb(153,107,146); }
div.DivClassName
{
background-color: #996B92;
}
.BgClassName
{
background-color: #996B92;
}
</style>
border-color css
<style>
span { border-color: #996B92; }
span { border-color: rgb(153,107,146); }
td.TdClassName
{
border-color: #996B92;
}
.TagClassName
{
border-color: #996B92;
}
</style>