Shades of Blue Violet #963FE9
Tints of Blue Violet #963FE9
RGB
CMYK
RGB Variations
Color information
#963FE9 (or 0x963FE9) is known color: Blue Violet. HEX triplet: 96, 3F and E9. RGB value is (150,63,233). Sum of RGB (Red+Green+Blue) = 150+63+233=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #963FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FE9 is #69C016. Grayscale: #6B6B6B. Windows color (decimal): -6930455 or 15286166. OLE color: 15286166.
HSL color Cylindrical-coordinate representation of color #963FE9: hue angle of 270.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963FE9 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 63 | 233 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.09 |
| HSL | 270.71º | 0.79% | 0.58% | - |
| HSV(B) | 270.71º | 0.73% | 0.91% | - |
| XYZ | 29.06 | 15.92 | 78.63 | - |
| YUV | 108.39 | 198.32 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 233 | 0.36 | 0.73 | 0 | 0.09 | 270.71 | 0.79 | 0.58 |
| Hex | 96 | 3F | E9 | 24 | 49 | 0 | 9 | 10F | 4F | 3A |
| Octal | 226 | 77 | 351 | 44 | 111 | 0 | 11 | 417 | 117 | 72 |
| Binary | 10010110 | 111111 | 11101001 | 100100 | 1001001 | 0 | 1001 | 100001111 | 1001111 | 111010 |
Color Harmonies of #963FE9
Complementary color
Monochromatic Colors of #963FE9
Black with #963FE9
Text Example
Text Example
White with #963FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FE9; }
p { color: rgb(150,63,233); }
H1.HeaderClassName
{
color: #963FE9;
}
.AnyTagClassName
{
color: #963FE9;
}
</style>
background-color css
<style>
a { background-color: #963FE9; }
a { background-color: rgb(150,63,233); }
div.DivClassName
{
background-color: #963FE9;
}
.BgClassName
{
background-color: #963FE9;
}
</style>
border-color css
<style>
span { border-color: #963FE9; }
span { border-color: rgb(150,63,233); }
td.TdClassName
{
border-color: #963FE9;
}
.TagClassName
{
border-color: #963FE9;
}
</style>