Shades of Blue Violet #961DF9
Tints of Blue Violet #961DF9
RGB
CMYK
RGB Variations
Color information
#961DF9 (or 0x961DF9) is known color: Blue Violet. HEX triplet: 96, 1D and F9. RGB value is (150,29,249). Sum of RGB (Red+Green+Blue) = 150+29+249=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 29 (11.72% from 255 or 6.78% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #961DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961DF9 is #69E206. Grayscale: #595959. Windows color (decimal): -6939143 or 16326038. OLE color: 16326038.
HSL color Cylindrical-coordinate representation of color #961DF9: hue angle of 273º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961DF9 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 29 | 249 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.02 |
| HSL | 273º | 0.95% | 0.55% | - |
| HSV(B) | 273º | 0.88% | 0.98% | - |
| XYZ | 30.12 | 14.2 | 90.78 | - |
| YUV | 90.26 | 217.59 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 249 | 0.40 | 0.88 | 0 | 0.02 | 273 | 0.95 | 0.55 |
| Hex | 96 | 1D | F9 | 28 | 58 | 0 | 2 | 111 | 5F | 37 |
| Octal | 226 | 35 | 371 | 50 | 130 | 0 | 2 | 421 | 137 | 67 |
| Binary | 10010110 | 11101 | 11111001 | 101000 | 1011000 | 0 | 10 | 100010001 | 1011111 | 110111 |
Color Harmonies of #961DF9
Complementary color
Monochromatic Colors of #961DF9
Black with #961DF9
Text Example
Text Example
White with #961DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DF9; }
p { color: rgb(150,29,249); }
H1.HeaderClassName
{
color: #961DF9;
}
.AnyTagClassName
{
color: #961DF9;
}
</style>
background-color css
<style>
a { background-color: #961DF9; }
a { background-color: rgb(150,29,249); }
div.DivClassName
{
background-color: #961DF9;
}
.BgClassName
{
background-color: #961DF9;
}
</style>
border-color css
<style>
span { border-color: #961DF9; }
span { border-color: rgb(150,29,249); }
td.TdClassName
{
border-color: #961DF9;
}
.TagClassName
{
border-color: #961DF9;
}
</style>