Shades of Violet Blue #964BA3
Tints of Violet Blue #964BA3
RGB
CMYK
RGB Variations
Color information
#964BA3 (or 0x964BA3) is known color: Violet Blue. HEX triplet: 96, 4B and A3. RGB value is (150,75,163). Sum of RGB (Red+Green+Blue) = 150+75+163=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #964BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964BA3 is #69B45C. Grayscale: #6B6B6B. Windows color (decimal): -6927453 or 10701718. OLE color: 10701718.
HSL color Cylindrical-coordinate representation of color #964BA3: hue angle of 291.14º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964BA3 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 75 | 163 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.36 |
| HSL | 291.14º | 0.37% | 0.47% | - |
| HSV(B) | 291.14º | 0.54% | 0.64% | - |
| XYZ | 21.7 | 14.16 | 36.24 | - |
| YUV | 107.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 163 | 0.08 | 0.54 | 0 | 0.36 | 291.14 | 0.37 | 0.47 |
| Hex | 96 | 4B | A3 | 8 | 36 | 0 | 24 | 123 | 25 | 2F |
| Octal | 226 | 113 | 243 | 10 | 66 | 0 | 44 | 443 | 45 | 57 |
| Binary | 10010110 | 1001011 | 10100011 | 1000 | 110110 | 0 | 100100 | 100100011 | 100101 | 101111 |
Color Harmonies of #964BA3
Complementary color
Monochromatic Colors of #964BA3
Black with #964BA3
Text Example
Text Example
White with #964BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964BA3; }
p { color: rgb(150,75,163); }
H1.HeaderClassName
{
color: #964BA3;
}
.AnyTagClassName
{
color: #964BA3;
}
</style>
background-color css
<style>
a { background-color: #964BA3; }
a { background-color: rgb(150,75,163); }
div.DivClassName
{
background-color: #964BA3;
}
.BgClassName
{
background-color: #964BA3;
}
</style>
border-color css
<style>
span { border-color: #964BA3; }
span { border-color: rgb(150,75,163); }
td.TdClassName
{
border-color: #964BA3;
}
.TagClassName
{
border-color: #964BA3;
}
</style>