Shades of Blue Violet #963AFB
Tints of Blue Violet #963AFB
RGB
CMYK
RGB Variations
Color information
#963AFB (or 0x963AFB) is known color: Blue Violet. HEX triplet: 96, 3A and FB. RGB value is (150,58,251). Sum of RGB (Red+Green+Blue) = 150+58+251=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #963AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AFB is #69C504. Grayscale: #6A6A6A. Windows color (decimal): -6931717 or 16464534. OLE color: 16464534.
HSL color Cylindrical-coordinate representation of color #963AFB: hue angle of 268.6º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963AFB is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 58 | 251 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.02 |
| HSL | 268.6º | 0.96% | 0.61% | - |
| HSV(B) | 268.6º | 0.77% | 0.98% | - |
| XYZ | 31.5 | 16.48 | 92.79 | - |
| YUV | 107.51 | 208.98 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 251 | 0.40 | 0.77 | 0 | 0.02 | 268.6 | 0.96 | 0.61 |
| Hex | 96 | 3A | FB | 28 | 4D | 0 | 2 | 10D | 60 | 3D |
| Octal | 226 | 72 | 373 | 50 | 115 | 0 | 2 | 415 | 140 | 75 |
| Binary | 10010110 | 111010 | 11111011 | 101000 | 1001101 | 0 | 10 | 100001101 | 1100000 | 111101 |
Color Harmonies of #963AFB
Complementary color
Monochromatic Colors of #963AFB
Black with #963AFB
Text Example
Text Example
White with #963AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963AFB; }
p { color: rgb(150,58,251); }
H1.HeaderClassName
{
color: #963AFB;
}
.AnyTagClassName
{
color: #963AFB;
}
</style>
background-color css
<style>
a { background-color: #963AFB; }
a { background-color: rgb(150,58,251); }
div.DivClassName
{
background-color: #963AFB;
}
.BgClassName
{
background-color: #963AFB;
}
</style>
border-color css
<style>
span { border-color: #963AFB; }
span { border-color: rgb(150,58,251); }
td.TdClassName
{
border-color: #963AFB;
}
.TagClassName
{
border-color: #963AFB;
}
</style>