Shades of Violet Blue #996599
Tints of Violet Blue #996599
RGB
CMYK
RGB Variations
Color information
#996599 (or 0x996599) is known color: Violet Blue. HEX triplet: 99, 65 and 99. RGB value is (153,101,153). Sum of RGB (Red+Green+Blue) = 153+101+153=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996599 is #669A66. Grayscale: #7A7A7A. Windows color (decimal): -6724199 or 10053017. OLE color: 10053017.
HSL color Cylindrical-coordinate representation of color #996599: hue angle of 300º 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 #996599 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 153 | - |
| CMYK | 0 | 0.34 | 0 | 0.4 |
| HSL | 300º | 0.2% | 0.5% | - |
| HSV(B) | 300º | 0.34% | 0.6% | - |
| XYZ | 23.54 | 18.38 | 32.44 | - |
| YUV | 122.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 153 | 0 | 0.34 | 0 | 0.4 | 300 | 0.2 | 0.5 |
| Hex | 99 | 65 | 99 | 0 | 22 | 0 | 28 | 12C | 14 | 32 |
| Octal | 231 | 145 | 231 | 0 | 42 | 0 | 50 | 454 | 24 | 62 |
| Binary | 10011001 | 1100101 | 10011001 | 0 | 100010 | 0 | 101000 | 100101100 | 10100 | 110010 |
Color Harmonies of #996599
Complementary color
Monochromatic Colors of #996599
Black with #996599
Text Example
Text Example
White with #996599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996599; }
p { color: rgb(153,101,153); }
H1.HeaderClassName
{
color: #996599;
}
.AnyTagClassName
{
color: #996599;
}
</style>
background-color css
<style>
a { background-color: #996599; }
a { background-color: rgb(153,101,153); }
div.DivClassName
{
background-color: #996599;
}
.BgClassName
{
background-color: #996599;
}
</style>
border-color css
<style>
span { border-color: #996599; }
span { border-color: rgb(153,101,153); }
td.TdClassName
{
border-color: #996599;
}
.TagClassName
{
border-color: #996599;
}
</style>