Shades of Violet Blue #964591
Tints of Violet Blue #964591
RGB
CMYK
RGB Variations
Color information
#964591 (or 0x964591) is known color: Violet Blue. HEX triplet: 96, 45 and 91. RGB value is (150,69,145). Sum of RGB (Red+Green+Blue) = 150+69+145=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #964591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964591 is #69BA6E. Grayscale: #656565. Windows color (decimal): -6929007 or 9520534. OLE color: 9520534.
HSL color Cylindrical-coordinate representation of color #964591: hue angle of 303.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964591 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 69 | 145 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.41 |
| HSL | 303.7º | 0.37% | 0.43% | - |
| HSV(B) | 303.7º | 0.54% | 0.59% | - |
| XYZ | 19.82 | 12.78 | 28.21 | - |
| YUV | 101.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 145 | 0 | 0.54 | 0.03 | 0.41 | 303.7 | 0.37 | 0.43 |
| Hex | 96 | 45 | 91 | 0 | 36 | 3 | 29 | 130 | 25 | 2B |
| Octal | 226 | 105 | 221 | 0 | 66 | 3 | 51 | 460 | 45 | 53 |
| Binary | 10010110 | 1000101 | 10010001 | 0 | 110110 | 11 | 101001 | 100110000 | 100101 | 101011 |
Color Harmonies of #964591
Complementary color
Monochromatic Colors of #964591
Black with #964591
Text Example
Text Example
White with #964591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964591; }
p { color: rgb(150,69,145); }
H1.HeaderClassName
{
color: #964591;
}
.AnyTagClassName
{
color: #964591;
}
</style>
background-color css
<style>
a { background-color: #964591; }
a { background-color: rgb(150,69,145); }
div.DivClassName
{
background-color: #964591;
}
.BgClassName
{
background-color: #964591;
}
</style>
border-color css
<style>
span { border-color: #964591; }
span { border-color: rgb(150,69,145); }
td.TdClassName
{
border-color: #964591;
}
.TagClassName
{
border-color: #964591;
}
</style>