Shades of Blue Violet #961FDD
Tints of Blue Violet #961FDD
RGB
CMYK
RGB Variations
Color information
#961FDD (or 0x961FDD) is known color: Blue Violet. HEX triplet: 96, 1F and DD. RGB value is (150,31,221). Sum of RGB (Red+Green+Blue) = 150+31+221=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #961FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FDD is #69E022. Grayscale: #575757. Windows color (decimal): -6938659 or 14491542. OLE color: 14491542.
HSL color Cylindrical-coordinate representation of color #961FDD: hue angle of 277.58º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961FDD is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 31 | 221 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.13 |
| HSL | 277.58º | 0.75% | 0.49% | - |
| HSV(B) | 277.58º | 0.86% | 0.87% | - |
| XYZ | 26.12 | 12.68 | 69.48 | - |
| YUV | 88.24 | 202.92 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 221 | 0.32 | 0.86 | 0 | 0.13 | 277.58 | 0.75 | 0.49 |
| Hex | 96 | 1F | DD | 20 | 56 | 0 | D | 116 | 4B | 31 |
| Octal | 226 | 37 | 335 | 40 | 126 | 0 | 15 | 426 | 113 | 61 |
| Binary | 10010110 | 11111 | 11011101 | 100000 | 1010110 | 0 | 1101 | 100010110 | 1001011 | 110001 |
Color Harmonies of #961FDD
Complementary color
Monochromatic Colors of #961FDD
Black with #961FDD
Text Example
Text Example
White with #961FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FDD; }
p { color: rgb(150,31,221); }
H1.HeaderClassName
{
color: #961FDD;
}
.AnyTagClassName
{
color: #961FDD;
}
</style>
background-color css
<style>
a { background-color: #961FDD; }
a { background-color: rgb(150,31,221); }
div.DivClassName
{
background-color: #961FDD;
}
.BgClassName
{
background-color: #961FDD;
}
</style>
border-color css
<style>
span { border-color: #961FDD; }
span { border-color: rgb(150,31,221); }
td.TdClassName
{
border-color: #961FDD;
}
.TagClassName
{
border-color: #961FDD;
}
</style>