Shades of Blue Violet #963AF9
Tints of Blue Violet #963AF9
RGB
CMYK
RGB Variations
Color information
#963AF9 (or 0x963AF9) is known color: Blue Violet. HEX triplet: 96, 3A and F9. RGB value is (150,58,249). Sum of RGB (Red+Green+Blue) = 150+58+249=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #963AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AF9 is #69C506. Grayscale: #6A6A6A. Windows color (decimal): -6931719 or 16333462. OLE color: 16333462.
HSL color Cylindrical-coordinate representation of color #963AF9: hue angle of 268.9º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963AF9 is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 58 | 249 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.02 |
| HSL | 268.9º | 0.94% | 0.6% | - |
| HSV(B) | 268.9º | 0.77% | 0.98% | - |
| XYZ | 31.19 | 16.35 | 91.13 | - |
| YUV | 107.28 | 207.98 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 249 | 0.40 | 0.77 | 0 | 0.02 | 268.9 | 0.94 | 0.6 |
| Hex | 96 | 3A | F9 | 28 | 4D | 0 | 2 | 10D | 5E | 3C |
| Octal | 226 | 72 | 371 | 50 | 115 | 0 | 2 | 415 | 136 | 74 |
| Binary | 10010110 | 111010 | 11111001 | 101000 | 1001101 | 0 | 10 | 100001101 | 1011110 | 111100 |
Color Harmonies of #963AF9
Complementary color
Monochromatic Colors of #963AF9
Black with #963AF9
Text Example
Text Example
White with #963AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963AF9; }
p { color: rgb(150,58,249); }
H1.HeaderClassName
{
color: #963AF9;
}
.AnyTagClassName
{
color: #963AF9;
}
</style>
background-color css
<style>
a { background-color: #963AF9; }
a { background-color: rgb(150,58,249); }
div.DivClassName
{
background-color: #963AF9;
}
.BgClassName
{
background-color: #963AF9;
}
</style>
border-color css
<style>
span { border-color: #963AF9; }
span { border-color: rgb(150,58,249); }
td.TdClassName
{
border-color: #963AF9;
}
.TagClassName
{
border-color: #963AF9;
}
</style>