Shades of Vivid Violet #962BA1
Tints of Vivid Violet #962BA1
RGB
CMYK
RGB Variations
Color information
#962BA1 (or 0x962BA1) is known color: Vivid Violet. HEX triplet: 96, 2B and A1. RGB value is (150,43,161). Sum of RGB (Red+Green+Blue) = 150+43+161=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #962BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962BA1 is #69D45E. Grayscale: #585858. Windows color (decimal): -6935647 or 10562454. OLE color: 10562454.
HSL color Cylindrical-coordinate representation of color #962BA1: hue angle of 294.41º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962BA1 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 43 | 161 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.37 |
| HSL | 294.41º | 0.58% | 0.4% | - |
| HSV(B) | 294.41º | 0.73% | 0.63% | - |
| XYZ | 19.87 | 10.78 | 34.75 | - |
| YUV | 88.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 161 | 0.07 | 0.73 | 0 | 0.37 | 294.41 | 0.58 | 0.4 |
| Hex | 96 | 2B | A1 | 7 | 49 | 0 | 25 | 126 | 3A | 28 |
| Octal | 226 | 53 | 241 | 7 | 111 | 0 | 45 | 446 | 72 | 50 |
| Binary | 10010110 | 101011 | 10100001 | 111 | 1001001 | 0 | 100101 | 100100110 | 111010 | 101000 |
Color Harmonies of #962BA1
Complementary color
Monochromatic Colors of #962BA1
Black with #962BA1
Text Example
Text Example
White with #962BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BA1; }
p { color: rgb(150,43,161); }
H1.HeaderClassName
{
color: #962BA1;
}
.AnyTagClassName
{
color: #962BA1;
}
</style>
background-color css
<style>
a { background-color: #962BA1; }
a { background-color: rgb(150,43,161); }
div.DivClassName
{
background-color: #962BA1;
}
.BgClassName
{
background-color: #962BA1;
}
</style>
border-color css
<style>
span { border-color: #962BA1; }
span { border-color: rgb(150,43,161); }
td.TdClassName
{
border-color: #962BA1;
}
.TagClassName
{
border-color: #962BA1;
}
</style>