Shades of Blue Violet #961DF2
Tints of Blue Violet #961DF2
RGB
CMYK
RGB Variations
Color information
#961DF2 (or 0x961DF2) is known color: Blue Violet. HEX triplet: 96, 1D and F2. RGB value is (150,29,242). Sum of RGB (Red+Green+Blue) = 150+29+242=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #961DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DF2 is #69E20D. Grayscale: #585858. Windows color (decimal): -6939150 or 15867286. OLE color: 15867286.
HSL color Cylindrical-coordinate representation of color #961DF2: hue angle of 274.08º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961DF2 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 29 | 242 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.05 |
| HSL | 274.08º | 0.89% | 0.53% | - |
| HSV(B) | 274.08º | 0.88% | 0.95% | - |
| XYZ | 29.04 | 13.77 | 85.13 | - |
| YUV | 89.46 | 214.09 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 242 | 0.38 | 0.88 | 0 | 0.05 | 274.08 | 0.89 | 0.53 |
| Hex | 96 | 1D | F2 | 26 | 58 | 0 | 5 | 112 | 59 | 35 |
| Octal | 226 | 35 | 362 | 46 | 130 | 0 | 5 | 422 | 131 | 65 |
| Binary | 10010110 | 11101 | 11110010 | 100110 | 1011000 | 0 | 101 | 100010010 | 1011001 | 110101 |
Color Harmonies of #961DF2
Complementary color
Monochromatic Colors of #961DF2
Black with #961DF2
Text Example
Text Example
White with #961DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DF2; }
p { color: rgb(150,29,242); }
H1.HeaderClassName
{
color: #961DF2;
}
.AnyTagClassName
{
color: #961DF2;
}
</style>
background-color css
<style>
a { background-color: #961DF2; }
a { background-color: rgb(150,29,242); }
div.DivClassName
{
background-color: #961DF2;
}
.BgClassName
{
background-color: #961DF2;
}
</style>
border-color css
<style>
span { border-color: #961DF2; }
span { border-color: rgb(150,29,242); }
td.TdClassName
{
border-color: #961DF2;
}
.TagClassName
{
border-color: #961DF2;
}
</style>