Shades of Violet Blue #964DA0
Tints of Violet Blue #964DA0
RGB
CMYK
RGB Variations
Color information
#964DA0 (or 0x964DA0) is known color: Violet Blue. HEX triplet: 96, 4D and A0. RGB value is (150,77,160). Sum of RGB (Red+Green+Blue) = 150+77+160=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #964DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964DA0 is #69B25F. Grayscale: #6C6C6C. Windows color (decimal): -6926944 or 10505622. OLE color: 10505622.
HSL color Cylindrical-coordinate representation of color #964DA0: hue angle of 292.77º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964DA0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 77 | 160 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.37 |
| HSL | 292.77º | 0.35% | 0.46% | - |
| HSV(B) | 292.77º | 0.52% | 0.63% | - |
| XYZ | 21.58 | 14.33 | 34.89 | - |
| YUV | 108.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 160 | 0.06 | 0.52 | 0 | 0.37 | 292.77 | 0.35 | 0.46 |
| Hex | 96 | 4D | A0 | 6 | 34 | 0 | 25 | 125 | 23 | 2E |
| Octal | 226 | 115 | 240 | 6 | 64 | 0 | 45 | 445 | 43 | 56 |
| Binary | 10010110 | 1001101 | 10100000 | 110 | 110100 | 0 | 100101 | 100100101 | 100011 | 101110 |
Color Harmonies of #964DA0
Complementary color
Monochromatic Colors of #964DA0
Black with #964DA0
Text Example
Text Example
White with #964DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DA0; }
p { color: rgb(150,77,160); }
H1.HeaderClassName
{
color: #964DA0;
}
.AnyTagClassName
{
color: #964DA0;
}
</style>
background-color css
<style>
a { background-color: #964DA0; }
a { background-color: rgb(150,77,160); }
div.DivClassName
{
background-color: #964DA0;
}
.BgClassName
{
background-color: #964DA0;
}
</style>
border-color css
<style>
span { border-color: #964DA0; }
span { border-color: rgb(150,77,160); }
td.TdClassName
{
border-color: #964DA0;
}
.TagClassName
{
border-color: #964DA0;
}
</style>