Shades of Blue Violet #961BFB
Tints of Blue Violet #961BFB
RGB
CMYK
RGB Variations
Color information
#961BFB (or 0x961BFB) is known color: Blue Violet. HEX triplet: 96, 1B and FB. RGB value is (150,27,251). Sum of RGB (Red+Green+Blue) = 150+27+251=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #961BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961BFB is #69E404. Grayscale: #585858. Windows color (decimal): -6939653 or 16456598. OLE color: 16456598.
HSL color Cylindrical-coordinate representation of color #961BFB: hue angle of 272.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961BFB is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 27 | 251 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.02 |
| HSL | 272.95º | 0.97% | 0.55% | - |
| HSV(B) | 272.95º | 0.89% | 0.98% | - |
| XYZ | 30.38 | 14.23 | 92.41 | - |
| YUV | 89.31 | 219.25 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 251 | 0.40 | 0.89 | 0 | 0.02 | 272.95 | 0.97 | 0.55 |
| Hex | 96 | 1B | FB | 28 | 59 | 0 | 2 | 111 | 61 | 37 |
| Octal | 226 | 33 | 373 | 50 | 131 | 0 | 2 | 421 | 141 | 67 |
| Binary | 10010110 | 11011 | 11111011 | 101000 | 1011001 | 0 | 10 | 100010001 | 1100001 | 110111 |
Color Harmonies of #961BFB
Complementary color
Monochromatic Colors of #961BFB
Black with #961BFB
Text Example
Text Example
White with #961BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BFB; }
p { color: rgb(150,27,251); }
H1.HeaderClassName
{
color: #961BFB;
}
.AnyTagClassName
{
color: #961BFB;
}
</style>
background-color css
<style>
a { background-color: #961BFB; }
a { background-color: rgb(150,27,251); }
div.DivClassName
{
background-color: #961BFB;
}
.BgClassName
{
background-color: #961BFB;
}
</style>
border-color css
<style>
span { border-color: #961BFB; }
span { border-color: rgb(150,27,251); }
td.TdClassName
{
border-color: #961BFB;
}
.TagClassName
{
border-color: #961BFB;
}
</style>