Shades of Blue Violet #961BFC
Tints of Blue Violet #961BFC
RGB
CMYK
RGB Variations
Color information
#961BFC (or 0x961BFC) is known color: Blue Violet. HEX triplet: 96, 1B and FC. RGB value is (150,27,252). Sum of RGB (Red+Green+Blue) = 150+27+252=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 27 (10.94% from 255 or 6.29% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #961BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961BFC is #69E403. Grayscale: #585858. Windows color (decimal): -6939652 or 16522134. OLE color: 16522134.
HSL color Cylindrical-coordinate representation of color #961BFC: hue angle of 272.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961BFC is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 150 | 27 | 252 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.01 |
| HSL | 272.8º | 0.97% | 0.55% | - |
| HSV(B) | 272.8º | 0.89% | 0.99% | - |
| XYZ | 30.54 | 14.3 | 93.25 | - |
| YUV | 89.43 | 219.75 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 252 | 0.40 | 0.89 | 0 | 0.01 | 272.8 | 0.97 | 0.55 |
| Hex | 96 | 1B | FC | 28 | 59 | 0 | 1 | 111 | 61 | 37 |
| Octal | 226 | 33 | 374 | 50 | 131 | 0 | 1 | 421 | 141 | 67 |
| Binary | 10010110 | 11011 | 11111100 | 101000 | 1011001 | 0 | 1 | 100010001 | 1100001 | 110111 |
Color Harmonies of #961BFC
Complementary color
Monochromatic Colors of #961BFC
Black with #961BFC
Text Example
Text Example
White with #961BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BFC; }
p { color: rgb(150,27,252); }
H1.HeaderClassName
{
color: #961BFC;
}
.AnyTagClassName
{
color: #961BFC;
}
</style>
background-color css
<style>
a { background-color: #961BFC; }
a { background-color: rgb(150,27,252); }
div.DivClassName
{
background-color: #961BFC;
}
.BgClassName
{
background-color: #961BFC;
}
</style>
border-color css
<style>
span { border-color: #961BFC; }
span { border-color: rgb(150,27,252); }
td.TdClassName
{
border-color: #961BFC;
}
.TagClassName
{
border-color: #961BFC;
}
</style>