Shades of Violet Blue #965496
Tints of Violet Blue #965496
RGB
CMYK
RGB Variations
Color information
#965496 (or 0x965496) is known color: Violet Blue. HEX triplet: 96, 54 and 96. RGB value is (150,84,150). Sum of RGB (Red+Green+Blue) = 150+84+150=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #965496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965496 is #69AB69. Grayscale: #6F6F6F. Windows color (decimal): -6925162 or 9852054. OLE color: 9852054.
HSL color Cylindrical-coordinate representation of color #965496: hue angle of 300º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #965496 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 150 | - |
| CMYK | 0 | 0.44 | 0 | 0.41 |
| HSL | 300º | 0.28% | 0.46% | - |
| HSV(B) | 300º | 0.44% | 0.59% | - |
| XYZ | 21.25 | 15.03 | 30.63 | - |
| YUV | 111.26 | 149.87 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 150 | 0 | 0.44 | 0 | 0.41 | 300 | 0.28 | 0.46 |
| Hex | 96 | 54 | 96 | 0 | 2C | 0 | 29 | 12C | 1C | 2E |
| Octal | 226 | 124 | 226 | 0 | 54 | 0 | 51 | 454 | 34 | 56 |
| Binary | 10010110 | 1010100 | 10010110 | 0 | 101100 | 0 | 101001 | 100101100 | 11100 | 101110 |
Color Harmonies of #965496
Complementary color
Monochromatic Colors of #965496
Black with #965496
Text Example
Text Example
White with #965496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965496; }
p { color: rgb(150,84,150); }
H1.HeaderClassName
{
color: #965496;
}
.AnyTagClassName
{
color: #965496;
}
</style>
background-color css
<style>
a { background-color: #965496; }
a { background-color: rgb(150,84,150); }
div.DivClassName
{
background-color: #965496;
}
.BgClassName
{
background-color: #965496;
}
</style>
border-color css
<style>
span { border-color: #965496; }
span { border-color: rgb(150,84,150); }
td.TdClassName
{
border-color: #965496;
}
.TagClassName
{
border-color: #965496;
}
</style>