Shades of Violet Blue #965696
Tints of Violet Blue #965696
RGB
CMYK
RGB Variations
Color information
#965696 (or 0x965696) is known color: Violet Blue. HEX triplet: 96, 56 and 96. RGB value is (150,86,150). Sum of RGB (Red+Green+Blue) = 150+86+150=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #965696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965696 is #69A969. Grayscale: #707070. Windows color (decimal): -6924650 or 9852566. OLE color: 9852566.
HSL color Cylindrical-coordinate representation of color #965696: hue angle of 300º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965696 is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 150 | - |
| CMYK | 0 | 0.43 | 0 | 0.41 |
| HSL | 300º | 0.27% | 0.46% | - |
| HSV(B) | 300º | 0.43% | 0.59% | - |
| XYZ | 21.41 | 15.34 | 30.69 | - |
| YUV | 112.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 150 | 0 | 0.43 | 0 | 0.41 | 300 | 0.27 | 0.46 |
| Hex | 96 | 56 | 96 | 0 | 2B | 0 | 29 | 12C | 1B | 2E |
| Octal | 226 | 126 | 226 | 0 | 53 | 0 | 51 | 454 | 33 | 56 |
| Binary | 10010110 | 1010110 | 10010110 | 0 | 101011 | 0 | 101001 | 100101100 | 11011 | 101110 |
Color Harmonies of #965696
Complementary color
Monochromatic Colors of #965696
Black with #965696
Text Example
Text Example
White with #965696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965696; }
p { color: rgb(150,86,150); }
H1.HeaderClassName
{
color: #965696;
}
.AnyTagClassName
{
color: #965696;
}
</style>
background-color css
<style>
a { background-color: #965696; }
a { background-color: rgb(150,86,150); }
div.DivClassName
{
background-color: #965696;
}
.BgClassName
{
background-color: #965696;
}
</style>
border-color css
<style>
span { border-color: #965696; }
span { border-color: rgb(150,86,150); }
td.TdClassName
{
border-color: #965696;
}
.TagClassName
{
border-color: #965696;
}
</style>