Shades of Vivid Violet #963DA1
Tints of Vivid Violet #963DA1
RGB
CMYK
RGB Variations
Color information
#963DA1 (or 0x963DA1) is known color: Vivid Violet. HEX triplet: 96, 3D and A1. RGB value is (150,61,161). Sum of RGB (Red+Green+Blue) = 150+61+161=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 161 - color contains mainly: blue. Hex color #963DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DA1 is #69C25E. Grayscale: #626262. Windows color (decimal): -6931039 or 10567062. OLE color: 10567062.
HSL color Cylindrical-coordinate representation of color #963DA1: hue angle of 293.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963DA1 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 61 | 161 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.37 |
| HSL | 293.4º | 0.45% | 0.44% | - |
| HSV(B) | 293.4º | 0.62% | 0.63% | - |
| XYZ | 20.68 | 12.39 | 35.02 | - |
| YUV | 99.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 161 | 0.07 | 0.62 | 0 | 0.37 | 293.4 | 0.45 | 0.44 |
| Hex | 96 | 3D | A1 | 7 | 3E | 0 | 25 | 125 | 2D | 2C |
| Octal | 226 | 75 | 241 | 7 | 76 | 0 | 45 | 445 | 55 | 54 |
| Binary | 10010110 | 111101 | 10100001 | 111 | 111110 | 0 | 100101 | 100100101 | 101101 | 101100 |
Color Harmonies of #963DA1
Complementary color
Monochromatic Colors of #963DA1
Black with #963DA1
Text Example
Text Example
White with #963DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DA1; }
p { color: rgb(150,61,161); }
H1.HeaderClassName
{
color: #963DA1;
}
.AnyTagClassName
{
color: #963DA1;
}
</style>
background-color css
<style>
a { background-color: #963DA1; }
a { background-color: rgb(150,61,161); }
div.DivClassName
{
background-color: #963DA1;
}
.BgClassName
{
background-color: #963DA1;
}
</style>
border-color css
<style>
span { border-color: #963DA1; }
span { border-color: rgb(150,61,161); }
td.TdClassName
{
border-color: #963DA1;
}
.TagClassName
{
border-color: #963DA1;
}
</style>