Shades of Violet Blue #996595
Tints of Violet Blue #996595
RGB
CMYK
RGB Variations
Color information
#996595 (or 0x996595) is known color: Violet Blue. HEX triplet: 99, 65 and 95. RGB value is (153,101,149). Sum of RGB (Red+Green+Blue) = 153+101+149=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996595 is #669A6A. Grayscale: #797979. Windows color (decimal): -6724203 or 9790873. OLE color: 9790873.
HSL color Cylindrical-coordinate representation of color #996595: hue angle of 304.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996595 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 149 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.4 |
| HSL | 304.62º | 0.2% | 0.5% | - |
| HSV(B) | 304.62º | 0.34% | 0.6% | - |
| XYZ | 23.22 | 18.25 | 30.73 | - |
| YUV | 122.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 149 | 0 | 0.34 | 0.03 | 0.4 | 304.62 | 0.2 | 0.5 |
| Hex | 99 | 65 | 95 | 0 | 22 | 3 | 28 | 131 | 14 | 32 |
| Octal | 231 | 145 | 225 | 0 | 42 | 3 | 50 | 461 | 24 | 62 |
| Binary | 10011001 | 1100101 | 10010101 | 0 | 100010 | 11 | 101000 | 100110001 | 10100 | 110010 |
Color Harmonies of #996595
Complementary color
Monochromatic Colors of #996595
Black with #996595
Text Example
Text Example
White with #996595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996595; }
p { color: rgb(153,101,149); }
H1.HeaderClassName
{
color: #996595;
}
.AnyTagClassName
{
color: #996595;
}
</style>
background-color css
<style>
a { background-color: #996595; }
a { background-color: rgb(153,101,149); }
div.DivClassName
{
background-color: #996595;
}
.BgClassName
{
background-color: #996595;
}
</style>
border-color css
<style>
span { border-color: #996595; }
span { border-color: rgb(153,101,149); }
td.TdClassName
{
border-color: #996595;
}
.TagClassName
{
border-color: #996595;
}
</style>