Shades of Violet Blue #964791
Tints of Violet Blue #964791
RGB
CMYK
RGB Variations
Color information
#964791 (or 0x964791) is known color: Violet Blue. HEX triplet: 96, 47 and 91. RGB value is (150,71,145). Sum of RGB (Red+Green+Blue) = 150+71+145=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964791 is #69B86E. Grayscale: #666666. Windows color (decimal): -6928495 or 9521046. OLE color: 9521046.
HSL color Cylindrical-coordinate representation of color #964791: hue angle of 303.8º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #964791 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 71 | 145 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.41 |
| HSL | 303.8º | 0.36% | 0.43% | - |
| HSV(B) | 303.8º | 0.53% | 0.59% | - |
| XYZ | 19.94 | 13.03 | 28.25 | - |
| YUV | 103.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 145 | 0 | 0.53 | 0.03 | 0.41 | 303.8 | 0.36 | 0.43 |
| Hex | 96 | 47 | 91 | 0 | 35 | 3 | 29 | 130 | 24 | 2B |
| Octal | 226 | 107 | 221 | 0 | 65 | 3 | 51 | 460 | 44 | 53 |
| Binary | 10010110 | 1000111 | 10010001 | 0 | 110101 | 11 | 101001 | 100110000 | 100100 | 101011 |
Color Harmonies of #964791
Complementary color
Monochromatic Colors of #964791
Black with #964791
Text Example
Text Example
White with #964791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964791; }
p { color: rgb(150,71,145); }
H1.HeaderClassName
{
color: #964791;
}
.AnyTagClassName
{
color: #964791;
}
</style>
background-color css
<style>
a { background-color: #964791; }
a { background-color: rgb(150,71,145); }
div.DivClassName
{
background-color: #964791;
}
.BgClassName
{
background-color: #964791;
}
</style>
border-color css
<style>
span { border-color: #964791; }
span { border-color: rgb(150,71,145); }
td.TdClassName
{
border-color: #964791;
}
.TagClassName
{
border-color: #964791;
}
</style>