Shades of Violet Blue #996895
Tints of Violet Blue #996895
RGB
CMYK
RGB Variations
Color information
#996895 (or 0x996895) is known color: Violet Blue. HEX triplet: 99, 68 and 95. RGB value is (153,104,149). Sum of RGB (Red+Green+Blue) = 153+104+149=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996895 is #66976A. Grayscale: #7B7B7B. Windows color (decimal): -6723435 or 9791641. OLE color: 9791641.
HSL color Cylindrical-coordinate representation of color #996895: hue angle of 304.9º 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 #996895 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 149 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.4 |
| HSL | 304.9º | 0.19% | 0.5% | - |
| HSV(B) | 304.9º | 0.32% | 0.6% | - |
| XYZ | 23.51 | 18.84 | 30.83 | - |
| YUV | 123.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 149 | 0 | 0.32 | 0.03 | 0.4 | 304.9 | 0.19 | 0.5 |
| Hex | 99 | 68 | 95 | 0 | 20 | 3 | 28 | 131 | 13 | 32 |
| Octal | 231 | 150 | 225 | 0 | 40 | 3 | 50 | 461 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10010101 | 0 | 100000 | 11 | 101000 | 100110001 | 10011 | 110010 |
Color Harmonies of #996895
Complementary color
Monochromatic Colors of #996895
Black with #996895
Text Example
Text Example
White with #996895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996895; }
p { color: rgb(153,104,149); }
H1.HeaderClassName
{
color: #996895;
}
.AnyTagClassName
{
color: #996895;
}
</style>
background-color css
<style>
a { background-color: #996895; }
a { background-color: rgb(153,104,149); }
div.DivClassName
{
background-color: #996895;
}
.BgClassName
{
background-color: #996895;
}
</style>
border-color css
<style>
span { border-color: #996895; }
span { border-color: rgb(153,104,149); }
td.TdClassName
{
border-color: #996895;
}
.TagClassName
{
border-color: #996895;
}
</style>