Shades of Violet Blue #964D91
Tints of Violet Blue #964D91
RGB
CMYK
RGB Variations
Color information
#964D91 (or 0x964D91) is known color: Violet Blue. HEX triplet: 96, 4D and 91. RGB value is (150,77,145). Sum of RGB (Red+Green+Blue) = 150+77+145=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #964D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D91 is #69B26E. Grayscale: #6A6A6A. Windows color (decimal): -6926959 or 9522582. OLE color: 9522582.
HSL color Cylindrical-coordinate representation of color #964D91: hue angle of 304.11º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D91 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 145 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.41 |
| HSL | 304.11º | 0.32% | 0.45% | - |
| HSV(B) | 304.11º | 0.49% | 0.59% | - |
| XYZ | 20.34 | 13.84 | 28.39 | - |
| YUV | 106.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 145 | 0 | 0.49 | 0.03 | 0.41 | 304.11 | 0.32 | 0.45 |
| Hex | 96 | 4D | 91 | 0 | 31 | 3 | 29 | 130 | 20 | 2D |
| Octal | 226 | 115 | 221 | 0 | 61 | 3 | 51 | 460 | 40 | 55 |
| Binary | 10010110 | 1001101 | 10010001 | 0 | 110001 | 11 | 101001 | 100110000 | 100000 | 101101 |
Color Harmonies of #964D91
Complementary color
Monochromatic Colors of #964D91
Black with #964D91
Text Example
Text Example
White with #964D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D91; }
p { color: rgb(150,77,145); }
H1.HeaderClassName
{
color: #964D91;
}
.AnyTagClassName
{
color: #964D91;
}
</style>
background-color css
<style>
a { background-color: #964D91; }
a { background-color: rgb(150,77,145); }
div.DivClassName
{
background-color: #964D91;
}
.BgClassName
{
background-color: #964D91;
}
</style>
border-color css
<style>
span { border-color: #964D91; }
span { border-color: rgb(150,77,145); }
td.TdClassName
{
border-color: #964D91;
}
.TagClassName
{
border-color: #964D91;
}
</style>