Shades of Blue Violet #961DF8
Tints of Blue Violet #961DF8
RGB
CMYK
RGB Variations
Color information
#961DF8 (or 0x961DF8) is known color: Blue Violet. HEX triplet: 96, 1D and F8. RGB value is (150,29,248). Sum of RGB (Red+Green+Blue) = 150+29+248=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 29 (11.72% from 255 or 6.79% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #961DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DF8 is #69E207. Grayscale: #595959. Windows color (decimal): -6939144 or 16260502. OLE color: 16260502.
HSL color Cylindrical-coordinate representation of color #961DF8: hue angle of 273.15º degrees, saturation: 0.94, 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 #961DF8 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 29 | 248 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.03 |
| HSL | 273.15º | 0.94% | 0.54% | - |
| HSV(B) | 273.15º | 0.88% | 0.97% | - |
| XYZ | 29.96 | 14.14 | 89.96 | - |
| YUV | 90.15 | 217.09 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 248 | 0.40 | 0.88 | 0 | 0.03 | 273.15 | 0.94 | 0.54 |
| Hex | 96 | 1D | F8 | 28 | 58 | 0 | 3 | 111 | 5E | 36 |
| Octal | 226 | 35 | 370 | 50 | 130 | 0 | 3 | 421 | 136 | 66 |
| Binary | 10010110 | 11101 | 11111000 | 101000 | 1011000 | 0 | 11 | 100010001 | 1011110 | 110110 |
Color Harmonies of #961DF8
Complementary color
Monochromatic Colors of #961DF8
Black with #961DF8
Text Example
Text Example
White with #961DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DF8; }
p { color: rgb(150,29,248); }
H1.HeaderClassName
{
color: #961DF8;
}
.AnyTagClassName
{
color: #961DF8;
}
</style>
background-color css
<style>
a { background-color: #961DF8; }
a { background-color: rgb(150,29,248); }
div.DivClassName
{
background-color: #961DF8;
}
.BgClassName
{
background-color: #961DF8;
}
</style>
border-color css
<style>
span { border-color: #961DF8; }
span { border-color: rgb(150,29,248); }
td.TdClassName
{
border-color: #961DF8;
}
.TagClassName
{
border-color: #961DF8;
}
</style>