Shades of Violet Blue #996696
Tints of Violet Blue #996696
RGB
CMYK
RGB Variations
Color information
#996696 (or 0x996696) is known color: Violet Blue. HEX triplet: 99, 66 and 96. RGB value is (153,102,150). Sum of RGB (Red+Green+Blue) = 153+102+150=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #996696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996696 is #669969. Grayscale: #7A7A7A. Windows color (decimal): -6723946 or 9856665. OLE color: 9856665.
HSL color Cylindrical-coordinate representation of color #996696: hue angle of 303.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996696 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 150 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.4 |
| HSL | 303.53º | 0.2% | 0.5% | - |
| HSV(B) | 303.53º | 0.33% | 0.6% | - |
| XYZ | 23.39 | 18.48 | 31.19 | - |
| YUV | 122.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 150 | 0 | 0.33 | 0.02 | 0.4 | 303.53 | 0.2 | 0.5 |
| Hex | 99 | 66 | 96 | 0 | 21 | 2 | 28 | 130 | 14 | 32 |
| Octal | 231 | 146 | 226 | 0 | 41 | 2 | 50 | 460 | 24 | 62 |
| Binary | 10011001 | 1100110 | 10010110 | 0 | 100001 | 10 | 101000 | 100110000 | 10100 | 110010 |
Color Harmonies of #996696
Complementary color
Monochromatic Colors of #996696
Black with #996696
Text Example
Text Example
White with #996696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996696; }
p { color: rgb(153,102,150); }
H1.HeaderClassName
{
color: #996696;
}
.AnyTagClassName
{
color: #996696;
}
</style>
background-color css
<style>
a { background-color: #996696; }
a { background-color: rgb(153,102,150); }
div.DivClassName
{
background-color: #996696;
}
.BgClassName
{
background-color: #996696;
}
</style>
border-color css
<style>
span { border-color: #996696; }
span { border-color: rgb(153,102,150); }
td.TdClassName
{
border-color: #996696;
}
.TagClassName
{
border-color: #996696;
}
</style>