Shades of Violet Blue #964A91
Tints of Violet Blue #964A91
RGB
CMYK
RGB Variations
Color information
#964A91 (or 0x964A91) is known color: Violet Blue. HEX triplet: 96, 4A and 91. RGB value is (150,74,145). Sum of RGB (Red+Green+Blue) = 150+74+145=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #964A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A91 is #69B56E. Grayscale: #686868. Windows color (decimal): -6927727 or 9521814. OLE color: 9521814.
HSL color Cylindrical-coordinate representation of color #964A91: hue angle of 303.95º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A91 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 145 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.41 |
| HSL | 303.95º | 0.34% | 0.44% | - |
| HSV(B) | 303.95º | 0.51% | 0.59% | - |
| XYZ | 20.14 | 13.43 | 28.32 | - |
| YUV | 104.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 145 | 0 | 0.51 | 0.03 | 0.41 | 303.95 | 0.34 | 0.44 |
| Hex | 96 | 4A | 91 | 0 | 33 | 3 | 29 | 130 | 22 | 2C |
| Octal | 226 | 112 | 221 | 0 | 63 | 3 | 51 | 460 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10010001 | 0 | 110011 | 11 | 101001 | 100110000 | 100010 | 101100 |
Color Harmonies of #964A91
Complementary color
Monochromatic Colors of #964A91
Black with #964A91
Text Example
Text Example
White with #964A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A91; }
p { color: rgb(150,74,145); }
H1.HeaderClassName
{
color: #964A91;
}
.AnyTagClassName
{
color: #964A91;
}
</style>
background-color css
<style>
a { background-color: #964A91; }
a { background-color: rgb(150,74,145); }
div.DivClassName
{
background-color: #964A91;
}
.BgClassName
{
background-color: #964A91;
}
</style>
border-color css
<style>
span { border-color: #964A91; }
span { border-color: rgb(150,74,145); }
td.TdClassName
{
border-color: #964A91;
}
.TagClassName
{
border-color: #964A91;
}
</style>