Shades of Violet Blue #966799
Tints of Violet Blue #966799
RGB
CMYK
RGB Variations
Color information
#966799 (or 0x966799) is known color: Violet Blue. HEX triplet: 96, 67 and 99. RGB value is (150,103,153). Sum of RGB (Red+Green+Blue) = 150+103+153=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #966799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966799 is #699866. Grayscale: #7A7A7A. Windows color (decimal): -6920295 or 10053526. OLE color: 10053526.
HSL color Cylindrical-coordinate representation of color #966799: hue angle of 296.4º 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 #966799 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 103 | 153 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.4 |
| HSL | 296.4º | 0.2% | 0.5% | - |
| HSV(B) | 296.4º | 0.33% | 0.6% | - |
| XYZ | 23.18 | 18.48 | 32.48 | - |
| YUV | 122.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 153 | 0.02 | 0.33 | 0 | 0.4 | 296.4 | 0.2 | 0.5 |
| Hex | 96 | 67 | 99 | 2 | 21 | 0 | 28 | 128 | 14 | 32 |
| Octal | 226 | 147 | 231 | 2 | 41 | 0 | 50 | 450 | 24 | 62 |
| Binary | 10010110 | 1100111 | 10011001 | 10 | 100001 | 0 | 101000 | 100101000 | 10100 | 110010 |
Color Harmonies of #966799
Complementary color
Monochromatic Colors of #966799
Black with #966799
Text Example
Text Example
White with #966799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966799; }
p { color: rgb(150,103,153); }
H1.HeaderClassName
{
color: #966799;
}
.AnyTagClassName
{
color: #966799;
}
</style>
background-color css
<style>
a { background-color: #966799; }
a { background-color: rgb(150,103,153); }
div.DivClassName
{
background-color: #966799;
}
.BgClassName
{
background-color: #966799;
}
</style>
border-color css
<style>
span { border-color: #966799; }
span { border-color: rgb(150,103,153); }
td.TdClassName
{
border-color: #966799;
}
.TagClassName
{
border-color: #966799;
}
</style>