Shades of Vivid Violet #961EA3
Tints of Vivid Violet #961EA3
RGB
CMYK
RGB Variations
Color information
#961EA3 (or 0x961EA3) is known color: Vivid Violet. HEX triplet: 96, 1E and A3. RGB value is (150,30,163). Sum of RGB (Red+Green+Blue) = 150+30+163=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 163 (64.06% from 255 or 47.52% from 343); Max value from RGB is 163 - color contains mainly: blue. Hex color #961EA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961EA3 is #69E15C. Grayscale: #505050. Windows color (decimal): -6938973 or 10690198. OLE color: 10690198.
HSL color Cylindrical-coordinate representation of color #961EA3: hue angle of 294.14º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961EA3 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 30 | 163 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.36 |
| HSL | 294.14º | 0.69% | 0.38% | - |
| HSV(B) | 294.14º | 0.82% | 0.64% | - |
| XYZ | 19.65 | 10.06 | 35.56 | - |
| YUV | 81.04 | 174.26 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 163 | 0.08 | 0.82 | 0 | 0.36 | 294.14 | 0.69 | 0.38 |
| Hex | 96 | 1E | A3 | 8 | 52 | 0 | 24 | 126 | 45 | 26 |
| Octal | 226 | 36 | 243 | 10 | 122 | 0 | 44 | 446 | 105 | 46 |
| Binary | 10010110 | 11110 | 10100011 | 1000 | 1010010 | 0 | 100100 | 100100110 | 1000101 | 100110 |
Color Harmonies of #961EA3
Complementary color
Monochromatic Colors of #961EA3
Black with #961EA3
Text Example
Text Example
White with #961EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EA3; }
p { color: rgb(150,30,163); }
H1.HeaderClassName
{
color: #961EA3;
}
.AnyTagClassName
{
color: #961EA3;
}
</style>
background-color css
<style>
a { background-color: #961EA3; }
a { background-color: rgb(150,30,163); }
div.DivClassName
{
background-color: #961EA3;
}
.BgClassName
{
background-color: #961EA3;
}
</style>
border-color css
<style>
span { border-color: #961EA3; }
span { border-color: rgb(150,30,163); }
td.TdClassName
{
border-color: #961EA3;
}
.TagClassName
{
border-color: #961EA3;
}
</style>