Shades of Violet Blue #996896
Tints of Violet Blue #996896
RGB
CMYK
RGB Variations
Color information
#996896 (or 0x996896) is known color: Violet Blue. HEX triplet: 99, 68 and 96. RGB value is (153,104,150). Sum of RGB (Red+Green+Blue) = 153+104+150=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #996896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996896 is #669769. Grayscale: #7B7B7B. Windows color (decimal): -6723434 or 9857177. OLE color: 9857177.
HSL color Cylindrical-coordinate representation of color #996896: hue angle of 303.67º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #996896 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 150 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.4 |
| HSL | 303.67º | 0.19% | 0.5% | - |
| HSV(B) | 303.67º | 0.32% | 0.6% | - |
| XYZ | 23.59 | 18.87 | 31.25 | - |
| YUV | 123.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 150 | 0 | 0.32 | 0.02 | 0.4 | 303.67 | 0.19 | 0.5 |
| Hex | 99 | 68 | 96 | 0 | 20 | 2 | 28 | 130 | 13 | 32 |
| Octal | 231 | 150 | 226 | 0 | 40 | 2 | 50 | 460 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10010110 | 0 | 100000 | 10 | 101000 | 100110000 | 10011 | 110010 |
Color Harmonies of #996896
Complementary color
Monochromatic Colors of #996896
Black with #996896
Text Example
Text Example
White with #996896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996896; }
p { color: rgb(153,104,150); }
H1.HeaderClassName
{
color: #996896;
}
.AnyTagClassName
{
color: #996896;
}
</style>
background-color css
<style>
a { background-color: #996896; }
a { background-color: rgb(153,104,150); }
div.DivClassName
{
background-color: #996896;
}
.BgClassName
{
background-color: #996896;
}
</style>
border-color css
<style>
span { border-color: #996896; }
span { border-color: rgb(153,104,150); }
td.TdClassName
{
border-color: #996896;
}
.TagClassName
{
border-color: #996896;
}
</style>