Shades of Violet Blue #966990
Tints of Violet Blue #966990
RGB
CMYK
RGB Variations
Color information
#966990 (or 0x966990) is known color: Violet Blue. HEX triplet: 96, 69 and 90. RGB value is (150,105,144). Sum of RGB (Red+Green+Blue) = 150+105+144=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #966990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966990 is #69966F. Grayscale: #7A7A7A. Windows color (decimal): -6919792 or 9464214. OLE color: 9464214.
HSL color Cylindrical-coordinate representation of color #966990: hue angle of 308º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966990 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 144 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.41 |
| HSL | 308º | 0.18% | 0.5% | - |
| HSV(B) | 308º | 0.3% | 0.59% | - |
| XYZ | 22.66 | 18.6 | 28.78 | - |
| YUV | 122.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 144 | 0 | 0.30 | 0.04 | 0.41 | 308 | 0.18 | 0.5 |
| Hex | 96 | 69 | 90 | 0 | 1E | 4 | 29 | 134 | 12 | 32 |
| Octal | 226 | 151 | 220 | 0 | 36 | 4 | 51 | 464 | 22 | 62 |
| Binary | 10010110 | 1101001 | 10010000 | 0 | 11110 | 100 | 101001 | 100110100 | 10010 | 110010 |
Color Harmonies of #966990
Complementary color
Monochromatic Colors of #966990
Black with #966990
Text Example
Text Example
White with #966990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966990; }
p { color: rgb(150,105,144); }
H1.HeaderClassName
{
color: #966990;
}
.AnyTagClassName
{
color: #966990;
}
</style>
background-color css
<style>
a { background-color: #966990; }
a { background-color: rgb(150,105,144); }
div.DivClassName
{
background-color: #966990;
}
.BgClassName
{
background-color: #966990;
}
</style>
border-color css
<style>
span { border-color: #966990; }
span { border-color: rgb(150,105,144); }
td.TdClassName
{
border-color: #966990;
}
.TagClassName
{
border-color: #966990;
}
</style>