Shades of Vivid Violet #961EA9
Tints of Vivid Violet #961EA9
RGB
CMYK
RGB Variations
Color information
#961EA9 (or 0x961EA9) is known color: Vivid Violet. HEX triplet: 96, 1E and A9. RGB value is (150,30,169). Sum of RGB (Red+Green+Blue) = 150+30+169=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #961EA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961EA9 is #69E156. Grayscale: #515151. Windows color (decimal): -6938967 or 11083414. OLE color: 11083414.
HSL color Cylindrical-coordinate representation of color #961EA9: hue angle of 291.8º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961EA9 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 150 | 30 | 169 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.34 |
| HSL | 291.8º | 0.7% | 0.39% | - |
| HSV(B) | 291.8º | 0.82% | 0.66% | - |
| XYZ | 20.2 | 10.28 | 38.45 | - |
| YUV | 81.73 | 177.26 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 169 | 0.11 | 0.82 | 0 | 0.34 | 291.8 | 0.7 | 0.39 |
| Hex | 96 | 1E | A9 | B | 52 | 0 | 22 | 124 | 46 | 27 |
| Octal | 226 | 36 | 251 | 13 | 122 | 0 | 42 | 444 | 106 | 47 |
| Binary | 10010110 | 11110 | 10101001 | 1011 | 1010010 | 0 | 100010 | 100100100 | 1000110 | 100111 |
Color Harmonies of #961EA9
Complementary color
Monochromatic Colors of #961EA9
Black with #961EA9
Text Example
Text Example
White with #961EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EA9; }
p { color: rgb(150,30,169); }
H1.HeaderClassName
{
color: #961EA9;
}
.AnyTagClassName
{
color: #961EA9;
}
</style>
background-color css
<style>
a { background-color: #961EA9; }
a { background-color: rgb(150,30,169); }
div.DivClassName
{
background-color: #961EA9;
}
.BgClassName
{
background-color: #961EA9;
}
</style>
border-color css
<style>
span { border-color: #961EA9; }
span { border-color: rgb(150,30,169); }
td.TdClassName
{
border-color: #961EA9;
}
.TagClassName
{
border-color: #961EA9;
}
</style>