Shades of Violet Blue #966995
Tints of Violet Blue #966995
RGB
CMYK
RGB Variations
Color information
#966995 (or 0x966995) is known color: Violet Blue. HEX triplet: 96, 69 and 95. RGB value is (150,105,149). Sum of RGB (Red+Green+Blue) = 150+105+149=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #966995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966995 is #69966A. Grayscale: #7B7B7B. Windows color (decimal): -6919787 or 9791894. OLE color: 9791894.
HSL color Cylindrical-coordinate representation of color #966995: hue angle of 301.33º 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 #966995 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 149 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.41 |
| HSL | 301.33º | 0.18% | 0.5% | - |
| HSV(B) | 301.33º | 0.3% | 0.59% | - |
| XYZ | 23.05 | 18.76 | 30.84 | - |
| YUV | 123.47 | 142.41 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 149 | 0 | 0.30 | 0.01 | 0.41 | 301.33 | 0.18 | 0.5 |
| Hex | 96 | 69 | 95 | 0 | 1E | 1 | 29 | 12D | 12 | 32 |
| Octal | 226 | 151 | 225 | 0 | 36 | 1 | 51 | 455 | 22 | 62 |
| Binary | 10010110 | 1101001 | 10010101 | 0 | 11110 | 1 | 101001 | 100101101 | 10010 | 110010 |
Color Harmonies of #966995
Complementary color
Monochromatic Colors of #966995
Black with #966995
Text Example
Text Example
White with #966995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966995; }
p { color: rgb(150,105,149); }
H1.HeaderClassName
{
color: #966995;
}
.AnyTagClassName
{
color: #966995;
}
</style>
background-color css
<style>
a { background-color: #966995; }
a { background-color: rgb(150,105,149); }
div.DivClassName
{
background-color: #966995;
}
.BgClassName
{
background-color: #966995;
}
</style>
border-color css
<style>
span { border-color: #966995; }
span { border-color: rgb(150,105,149); }
td.TdClassName
{
border-color: #966995;
}
.TagClassName
{
border-color: #966995;
}
</style>