Shades of Violet Blue #996B96
Tints of Violet Blue #996B96
RGB
CMYK
RGB Variations
Color information
#996B96 (or 0x996B96) is known color: Violet Blue. HEX triplet: 99, 6B and 96. RGB value is (153,107,150). Sum of RGB (Red+Green+Blue) = 153+107+150=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #996B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996B96 is #669469. Grayscale: #7D7D7D. Windows color (decimal): -6722666 or 9857945. OLE color: 9857945.
HSL color Cylindrical-coordinate representation of color #996B96: hue angle of 303.91º 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 #996B96 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 150 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.4 |
| HSL | 303.91º | 0.18% | 0.51% | - |
| HSV(B) | 303.91º | 0.3% | 0.6% | - |
| XYZ | 23.9 | 19.49 | 31.36 | - |
| YUV | 125.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 150 | 0 | 0.30 | 0.02 | 0.4 | 303.91 | 0.18 | 0.51 |
| Hex | 99 | 6B | 96 | 0 | 1E | 2 | 28 | 130 | 12 | 33 |
| Octal | 231 | 153 | 226 | 0 | 36 | 2 | 50 | 460 | 22 | 63 |
| Binary | 10011001 | 1101011 | 10010110 | 0 | 11110 | 10 | 101000 | 100110000 | 10010 | 110011 |
Color Harmonies of #996B96
Complementary color
Monochromatic Colors of #996B96
Black with #996B96
Text Example
Text Example
White with #996B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B96; }
p { color: rgb(153,107,150); }
H1.HeaderClassName
{
color: #996B96;
}
.AnyTagClassName
{
color: #996B96;
}
</style>
background-color css
<style>
a { background-color: #996B96; }
a { background-color: rgb(153,107,150); }
div.DivClassName
{
background-color: #996B96;
}
.BgClassName
{
background-color: #996B96;
}
</style>
border-color css
<style>
span { border-color: #996B96; }
span { border-color: rgb(153,107,150); }
td.TdClassName
{
border-color: #996B96;
}
.TagClassName
{
border-color: #996B96;
}
</style>