Shades of Blue Violet #961DF7
Tints of Blue Violet #961DF7
RGB
CMYK
RGB Variations
Color information
#961DF7 (or 0x961DF7) is known color: Blue Violet. HEX triplet: 96, 1D and F7. RGB value is (150,29,247). Sum of RGB (Red+Green+Blue) = 150+29+247=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #961DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DF7 is #69E208. Grayscale: #595959. Windows color (decimal): -6939145 or 16194966. OLE color: 16194966.
HSL color Cylindrical-coordinate representation of color #961DF7: hue angle of 273.3º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961DF7 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 29 | 247 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.03 |
| HSL | 273.3º | 0.93% | 0.54% | - |
| HSV(B) | 273.3º | 0.88% | 0.97% | - |
| XYZ | 29.81 | 14.08 | 89.14 | - |
| YUV | 90.03 | 216.59 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 247 | 0.39 | 0.88 | 0 | 0.03 | 273.3 | 0.93 | 0.54 |
| Hex | 96 | 1D | F7 | 27 | 58 | 0 | 3 | 111 | 5D | 36 |
| Octal | 226 | 35 | 367 | 47 | 130 | 0 | 3 | 421 | 135 | 66 |
| Binary | 10010110 | 11101 | 11110111 | 100111 | 1011000 | 0 | 11 | 100010001 | 1011101 | 110110 |
Color Harmonies of #961DF7
Complementary color
Monochromatic Colors of #961DF7
Black with #961DF7
Text Example
Text Example
White with #961DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DF7; }
p { color: rgb(150,29,247); }
H1.HeaderClassName
{
color: #961DF7;
}
.AnyTagClassName
{
color: #961DF7;
}
</style>
background-color css
<style>
a { background-color: #961DF7; }
a { background-color: rgb(150,29,247); }
div.DivClassName
{
background-color: #961DF7;
}
.BgClassName
{
background-color: #961DF7;
}
</style>
border-color css
<style>
span { border-color: #961DF7; }
span { border-color: rgb(150,29,247); }
td.TdClassName
{
border-color: #961DF7;
}
.TagClassName
{
border-color: #961DF7;
}
</style>