Shades of Blue Violet #960FFB
Tints of Blue Violet #960FFB
RGB
CMYK
RGB Variations
Color information
#960FFB (or 0x960FFB) is known color: Blue Violet. HEX triplet: 96, 0F and FB. RGB value is (150,15,251). Sum of RGB (Red+Green+Blue) = 150+15+251=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 15 (6.25% from 255 or 3.61% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #960FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FFB is #69F004. Grayscale: #515151. Windows color (decimal): -6942725 or 16453526. OLE color: 16453526.
HSL color Cylindrical-coordinate representation of color #960FFB: hue angle of 274.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960FFB is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 15 | 251 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.02 |
| HSL | 274.32º | 0.97% | 0.52% | - |
| HSV(B) | 274.32º | 0.94% | 0.98% | - |
| XYZ | 30.16 | 13.79 | 92.34 | - |
| YUV | 82.27 | 223.23 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 251 | 0.40 | 0.94 | 0 | 0.02 | 274.32 | 0.97 | 0.52 |
| Hex | 96 | F | FB | 28 | 5E | 0 | 2 | 112 | 61 | 34 |
| Octal | 226 | 17 | 373 | 50 | 136 | 0 | 2 | 422 | 141 | 64 |
| Binary | 10010110 | 1111 | 11111011 | 101000 | 1011110 | 0 | 10 | 100010010 | 1100001 | 110100 |
Color Harmonies of #960FFB
Complementary color
Monochromatic Colors of #960FFB
Black with #960FFB
Text Example
Text Example
White with #960FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FFB; }
p { color: rgb(150,15,251); }
H1.HeaderClassName
{
color: #960FFB;
}
.AnyTagClassName
{
color: #960FFB;
}
</style>
background-color css
<style>
a { background-color: #960FFB; }
a { background-color: rgb(150,15,251); }
div.DivClassName
{
background-color: #960FFB;
}
.BgClassName
{
background-color: #960FFB;
}
</style>
border-color css
<style>
span { border-color: #960FFB; }
span { border-color: rgb(150,15,251); }
td.TdClassName
{
border-color: #960FFB;
}
.TagClassName
{
border-color: #960FFB;
}
</style>