Shades of Blue Violet #960FFF
Tints of Blue Violet #960FFF
RGB
CMYK
RGB Variations
Color information
#960FFF (or 0x960FFF) is known color: Blue Violet. HEX triplet: 96, 0F and FF. RGB value is (150,15,255). Sum of RGB (Red+Green+Blue) = 150+15+255=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #960FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FFF is #69F000. Grayscale: #515151. Windows color (decimal): -6942721 or 16715670. OLE color: 16715670.
HSL color Cylindrical-coordinate representation of color #960FFF: hue angle of 273.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960FFF is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 15 | 255 | - |
| CMYK | 0.41 | 0.94 | 0 | 0 |
| HSL | 273.75º | 1% | 0.53% | - |
| HSV(B) | 273.75º | 0.94% | 1% | - |
| XYZ | 30.8 | 14.05 | 95.7 | - |
| YUV | 82.73 | 225.23 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 255 | 0.41 | 0.94 | 0 | 0 | 273.75 | 1 | 0.53 |
| Hex | 96 | F | FF | 29 | 5E | 0 | 0 | 112 | 64 | 35 |
| Octal | 226 | 17 | 377 | 51 | 136 | 0 | 0 | 422 | 144 | 65 |
| Binary | 10010110 | 1111 | 11111111 | 101001 | 1011110 | 0 | 0 | 100010010 | 1100100 | 110101 |
Color Harmonies of #960FFF
Complementary color
Monochromatic Colors of #960FFF
Black with #960FFF
Text Example
Text Example
White with #960FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FFF; }
p { color: rgb(150,15,255); }
H1.HeaderClassName
{
color: #960FFF;
}
.AnyTagClassName
{
color: #960FFF;
}
</style>
background-color css
<style>
a { background-color: #960FFF; }
a { background-color: rgb(150,15,255); }
div.DivClassName
{
background-color: #960FFF;
}
.BgClassName
{
background-color: #960FFF;
}
</style>
border-color css
<style>
span { border-color: #960FFF; }
span { border-color: rgb(150,15,255); }
td.TdClassName
{
border-color: #960FFF;
}
.TagClassName
{
border-color: #960FFF;
}
</style>