Shades of Violet Blue #965E96
Tints of Violet Blue #965E96
RGB
CMYK
RGB Variations
Color information
#965E96 (or 0x965E96) is known color: Violet Blue. HEX triplet: 96, 5E and 96. RGB value is (150,94,150). Sum of RGB (Red+Green+Blue) = 150+94+150=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #965E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965E96 is #69A169. Grayscale: #747474. Windows color (decimal): -6922602 or 9854614. OLE color: 9854614.
HSL color Cylindrical-coordinate representation of color #965E96: hue angle of 300º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E96 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 150 | - |
| CMYK | 0 | 0.37 | 0 | 0.41 |
| HSL | 300º | 0.23% | 0.48% | - |
| HSV(B) | 300º | 0.37% | 0.59% | - |
| XYZ | 22.09 | 16.69 | 30.91 | - |
| YUV | 117.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 150 | 0 | 0.37 | 0 | 0.41 | 300 | 0.23 | 0.48 |
| Hex | 96 | 5E | 96 | 0 | 25 | 0 | 29 | 12C | 17 | 30 |
| Octal | 226 | 136 | 226 | 0 | 45 | 0 | 51 | 454 | 27 | 60 |
| Binary | 10010110 | 1011110 | 10010110 | 0 | 100101 | 0 | 101001 | 100101100 | 10111 | 110000 |
Color Harmonies of #965E96
Complementary color
Monochromatic Colors of #965E96
Black with #965E96
Text Example
Text Example
White with #965E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E96; }
p { color: rgb(150,94,150); }
H1.HeaderClassName
{
color: #965E96;
}
.AnyTagClassName
{
color: #965E96;
}
</style>
background-color css
<style>
a { background-color: #965E96; }
a { background-color: rgb(150,94,150); }
div.DivClassName
{
background-color: #965E96;
}
.BgClassName
{
background-color: #965E96;
}
</style>
border-color css
<style>
span { border-color: #965E96; }
span { border-color: rgb(150,94,150); }
td.TdClassName
{
border-color: #965E96;
}
.TagClassName
{
border-color: #965E96;
}
</style>