Shades of Blue Violet #961AFF
Tints of Blue Violet #961AFF
RGB
CMYK
RGB Variations
Color information
#961AFF (or 0x961AFF) is known color: Blue Violet. HEX triplet: 96, 1A and FF. RGB value is (150,26,255). Sum of RGB (Red+Green+Blue) = 150+26+255=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #961AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961AFF is #69E500. Grayscale: #585858. Windows color (decimal): -6939905 or 16718486. OLE color: 16718486.
HSL color Cylindrical-coordinate representation of color #961AFF: hue angle of 272.49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #961AFF is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 26 | 255 | - |
| CMYK | 0.41 | 0.90 | 0 | 0 |
| HSL | 272.49º | 1% | 0.55% | - |
| HSV(B) | 272.49º | 0.9% | 1% | - |
| XYZ | 31 | 14.44 | 95.76 | - |
| YUV | 89.18 | 221.58 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 255 | 0.41 | 0.90 | 0 | 0 | 272.49 | 1 | 0.55 |
| Hex | 96 | 1A | FF | 29 | 5A | 0 | 0 | 110 | 64 | 37 |
| Octal | 226 | 32 | 377 | 51 | 132 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010110 | 11010 | 11111111 | 101001 | 1011010 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #961AFF
Complementary color
Monochromatic Colors of #961AFF
Black with #961AFF
Text Example
Text Example
White with #961AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961AFF; }
p { color: rgb(150,26,255); }
H1.HeaderClassName
{
color: #961AFF;
}
.AnyTagClassName
{
color: #961AFF;
}
</style>
background-color css
<style>
a { background-color: #961AFF; }
a { background-color: rgb(150,26,255); }
div.DivClassName
{
background-color: #961AFF;
}
.BgClassName
{
background-color: #961AFF;
}
</style>
border-color css
<style>
span { border-color: #961AFF; }
span { border-color: rgb(150,26,255); }
td.TdClassName
{
border-color: #961AFF;
}
.TagClassName
{
border-color: #961AFF;
}
</style>