Shades of Violet Blue #996496
Tints of Violet Blue #996496
RGB
CMYK
RGB Variations
Color information
#996496 (or 0x996496) is known color: Violet Blue. HEX triplet: 99, 64 and 96. RGB value is (153,100,150). Sum of RGB (Red+Green+Blue) = 153+100+150=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996496 is #669B69. Grayscale: #797979. Windows color (decimal): -6724458 or 9856153. OLE color: 9856153.
HSL color Cylindrical-coordinate representation of color #996496: hue angle of 303.4º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996496 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 150 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.4 |
| HSL | 303.4º | 0.21% | 0.5% | - |
| HSV(B) | 303.4º | 0.35% | 0.6% | - |
| XYZ | 23.2 | 18.09 | 31.12 | - |
| YUV | 121.55 | 144.06 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 150 | 0 | 0.35 | 0.02 | 0.4 | 303.4 | 0.21 | 0.5 |
| Hex | 99 | 64 | 96 | 0 | 23 | 2 | 28 | 12F | 15 | 32 |
| Octal | 231 | 144 | 226 | 0 | 43 | 2 | 50 | 457 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10010110 | 0 | 100011 | 10 | 101000 | 100101111 | 10101 | 110010 |
Color Harmonies of #996496
Complementary color
Monochromatic Colors of #996496
Black with #996496
Text Example
Text Example
White with #996496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996496; }
p { color: rgb(153,100,150); }
H1.HeaderClassName
{
color: #996496;
}
.AnyTagClassName
{
color: #996496;
}
</style>
background-color css
<style>
a { background-color: #996496; }
a { background-color: rgb(153,100,150); }
div.DivClassName
{
background-color: #996496;
}
.BgClassName
{
background-color: #996496;
}
</style>
border-color css
<style>
span { border-color: #996496; }
span { border-color: rgb(153,100,150); }
td.TdClassName
{
border-color: #996496;
}
.TagClassName
{
border-color: #996496;
}
</style>