Shades of Blue Violet #961FFF
Tints of Blue Violet #961FFF
RGB
CMYK
RGB Variations
Color information
#961FFF (or 0x961FFF) is known color: Blue Violet. HEX triplet: 96, 1F and FF. RGB value is (150,31,255). Sum of RGB (Red+Green+Blue) = 150+31+255=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #961FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961FFF is #69E000. Grayscale: #5B5B5B. Windows color (decimal): -6938625 or 16719766. OLE color: 16719766.
HSL color Cylindrical-coordinate representation of color #961FFF: hue angle of 271.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961FFF is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 31 | 255 | - |
| CMYK | 0.41 | 0.88 | 0 | 0 |
| HSL | 271.88º | 1% | 0.56% | - |
| HSV(B) | 271.88º | 0.88% | 1% | - |
| XYZ | 31.12 | 14.68 | 95.8 | - |
| YUV | 92.12 | 219.92 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 255 | 0.41 | 0.88 | 0 | 0 | 271.88 | 1 | 0.56 |
| Hex | 96 | 1F | FF | 29 | 58 | 0 | 0 | 110 | 64 | 38 |
| Octal | 226 | 37 | 377 | 51 | 130 | 0 | 0 | 420 | 144 | 70 |
| Binary | 10010110 | 11111 | 11111111 | 101001 | 1011000 | 0 | 0 | 100010000 | 1100100 | 111000 |
Color Harmonies of #961FFF
Complementary color
Monochromatic Colors of #961FFF
Black with #961FFF
Text Example
Text Example
White with #961FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FFF; }
p { color: rgb(150,31,255); }
H1.HeaderClassName
{
color: #961FFF;
}
.AnyTagClassName
{
color: #961FFF;
}
</style>
background-color css
<style>
a { background-color: #961FFF; }
a { background-color: rgb(150,31,255); }
div.DivClassName
{
background-color: #961FFF;
}
.BgClassName
{
background-color: #961FFF;
}
</style>
border-color css
<style>
span { border-color: #961FFF; }
span { border-color: rgb(150,31,255); }
td.TdClassName
{
border-color: #961FFF;
}
.TagClassName
{
border-color: #961FFF;
}
</style>