Shades of Blue Violet #961BDD
Tints of Blue Violet #961BDD
RGB
CMYK
RGB Variations
Color information
#961BDD (or 0x961BDD) is known color: Blue Violet. HEX triplet: 96, 1B and DD. RGB value is (150,27,221). Sum of RGB (Red+Green+Blue) = 150+27+221=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #961BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961BDD is #69E422. Grayscale: #555555. Windows color (decimal): -6939683 or 14490518. OLE color: 14490518.
HSL color Cylindrical-coordinate representation of color #961BDD: hue angle of 278.04º 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 #961BDD is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 27 | 221 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.13 |
| HSL | 278.04º | 0.78% | 0.49% | - |
| HSV(B) | 278.04º | 0.88% | 0.87% | - |
| XYZ | 26.02 | 12.49 | 69.45 | - |
| YUV | 85.89 | 204.25 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 221 | 0.32 | 0.88 | 0 | 0.13 | 278.04 | 0.78 | 0.49 |
| Hex | 96 | 1B | DD | 20 | 58 | 0 | D | 116 | 4E | 31 |
| Octal | 226 | 33 | 335 | 40 | 130 | 0 | 15 | 426 | 116 | 61 |
| Binary | 10010110 | 11011 | 11011101 | 100000 | 1011000 | 0 | 1101 | 100010110 | 1001110 | 110001 |
Color Harmonies of #961BDD
Complementary color
Monochromatic Colors of #961BDD
Black with #961BDD
Text Example
Text Example
White with #961BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BDD; }
p { color: rgb(150,27,221); }
H1.HeaderClassName
{
color: #961BDD;
}
.AnyTagClassName
{
color: #961BDD;
}
</style>
background-color css
<style>
a { background-color: #961BDD; }
a { background-color: rgb(150,27,221); }
div.DivClassName
{
background-color: #961BDD;
}
.BgClassName
{
background-color: #961BDD;
}
</style>
border-color css
<style>
span { border-color: #961BDD; }
span { border-color: rgb(150,27,221); }
td.TdClassName
{
border-color: #961BDD;
}
.TagClassName
{
border-color: #961BDD;
}
</style>