Shades of Violet Blue #996495
Tints of Violet Blue #996495
RGB
CMYK
RGB Variations
Color information
#996495 (or 0x996495) is known color: Violet Blue. HEX triplet: 99, 64 and 95. RGB value is (153,100,149). Sum of RGB (Red+Green+Blue) = 153+100+149=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996495 is #669B6A. Grayscale: #797979. Windows color (decimal): -6724459 or 9790617. OLE color: 9790617.
HSL color Cylindrical-coordinate representation of color #996495: hue angle of 304.53º 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 #996495 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 149 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.4 |
| HSL | 304.53º | 0.21% | 0.5% | - |
| HSV(B) | 304.53º | 0.35% | 0.6% | - |
| XYZ | 23.12 | 18.06 | 30.7 | - |
| YUV | 121.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 149 | 0 | 0.35 | 0.03 | 0.4 | 304.53 | 0.21 | 0.5 |
| Hex | 99 | 64 | 95 | 0 | 23 | 3 | 28 | 131 | 15 | 32 |
| Octal | 231 | 144 | 225 | 0 | 43 | 3 | 50 | 461 | 25 | 62 |
| Binary | 10011001 | 1100100 | 10010101 | 0 | 100011 | 11 | 101000 | 100110001 | 10101 | 110010 |
Color Harmonies of #996495
Complementary color
Monochromatic Colors of #996495
Black with #996495
Text Example
Text Example
White with #996495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996495; }
p { color: rgb(153,100,149); }
H1.HeaderClassName
{
color: #996495;
}
.AnyTagClassName
{
color: #996495;
}
</style>
background-color css
<style>
a { background-color: #996495; }
a { background-color: rgb(153,100,149); }
div.DivClassName
{
background-color: #996495;
}
.BgClassName
{
background-color: #996495;
}
</style>
border-color css
<style>
span { border-color: #996495; }
span { border-color: rgb(153,100,149); }
td.TdClassName
{
border-color: #996495;
}
.TagClassName
{
border-color: #996495;
}
</style>