Shades of Blue Violet #961BDF
Tints of Blue Violet #961BDF
RGB
CMYK
RGB Variations
Color information
#961BDF (or 0x961BDF) is known color: Blue Violet. HEX triplet: 96, 1B and DF. RGB value is (150,27,223). Sum of RGB (Red+Green+Blue) = 150+27+223=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #961BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BDF is #69E420. Grayscale: #555555. Windows color (decimal): -6939681 or 14621590. OLE color: 14621590.
HSL color Cylindrical-coordinate representation of color #961BDF: hue angle of 277.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961BDF is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 27 | 223 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.13 |
| HSL | 277.65º | 0.78% | 0.49% | - |
| HSV(B) | 277.65º | 0.88% | 0.87% | - |
| XYZ | 26.29 | 12.6 | 70.86 | - |
| YUV | 86.12 | 205.25 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 223 | 0.33 | 0.88 | 0 | 0.13 | 277.65 | 0.78 | 0.49 |
| Hex | 96 | 1B | DF | 21 | 58 | 0 | D | 116 | 4E | 31 |
| Octal | 226 | 33 | 337 | 41 | 130 | 0 | 15 | 426 | 116 | 61 |
| Binary | 10010110 | 11011 | 11011111 | 100001 | 1011000 | 0 | 1101 | 100010110 | 1001110 | 110001 |
Color Harmonies of #961BDF
Complementary color
Monochromatic Colors of #961BDF
Black with #961BDF
Text Example
Text Example
White with #961BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BDF; }
p { color: rgb(150,27,223); }
H1.HeaderClassName
{
color: #961BDF;
}
.AnyTagClassName
{
color: #961BDF;
}
</style>
background-color css
<style>
a { background-color: #961BDF; }
a { background-color: rgb(150,27,223); }
div.DivClassName
{
background-color: #961BDF;
}
.BgClassName
{
background-color: #961BDF;
}
</style>
border-color css
<style>
span { border-color: #961BDF; }
span { border-color: rgb(150,27,223); }
td.TdClassName
{
border-color: #961BDF;
}
.TagClassName
{
border-color: #961BDF;
}
</style>