Shades of Blue Violet #961BFF
Tints of Blue Violet #961BFF
RGB
CMYK
RGB Variations
Color information
#961BFF (or 0x961BFF) is known color: Blue Violet. HEX triplet: 96, 1B and FF. RGB value is (150,27,255). Sum of RGB (Red+Green+Blue) = 150+27+255=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 27 (10.94% from 255 or 6.25% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #961BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961BFF is #69E400. Grayscale: #585858. Windows color (decimal): -6939649 or 16718742. OLE color: 16718742.
HSL color Cylindrical-coordinate representation of color #961BFF: hue angle of 272.37º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961BFF is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 27 | 255 | - |
| CMYK | 0.41 | 0.89 | 0 | 0 |
| HSL | 272.37º | 1% | 0.55% | - |
| HSV(B) | 272.37º | 0.89% | 1% | - |
| XYZ | 31.02 | 14.49 | 95.77 | - |
| YUV | 89.77 | 221.25 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 255 | 0.41 | 0.89 | 0 | 0 | 272.37 | 1 | 0.55 |
| Hex | 96 | 1B | FF | 29 | 59 | 0 | 0 | 110 | 64 | 37 |
| Octal | 226 | 33 | 377 | 51 | 131 | 0 | 0 | 420 | 144 | 67 |
| Binary | 10010110 | 11011 | 11111111 | 101001 | 1011001 | 0 | 0 | 100010000 | 1100100 | 110111 |
Color Harmonies of #961BFF
Complementary color
Monochromatic Colors of #961BFF
Black with #961BFF
Text Example
Text Example
White with #961BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BFF; }
p { color: rgb(150,27,255); }
H1.HeaderClassName
{
color: #961BFF;
}
.AnyTagClassName
{
color: #961BFF;
}
</style>
background-color css
<style>
a { background-color: #961BFF; }
a { background-color: rgb(150,27,255); }
div.DivClassName
{
background-color: #961BFF;
}
.BgClassName
{
background-color: #961BFF;
}
</style>
border-color css
<style>
span { border-color: #961BFF; }
span { border-color: rgb(150,27,255); }
td.TdClassName
{
border-color: #961BFF;
}
.TagClassName
{
border-color: #961BFF;
}
</style>