Shades of Blue Violet #963FF0
Tints of Blue Violet #963FF0
RGB
CMYK
RGB Variations
Color information
#963FF0 (or 0x963FF0) is known color: Blue Violet. HEX triplet: 96, 3F and F0. RGB value is (150,63,240). Sum of RGB (Red+Green+Blue) = 150+63+240=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #963FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963FF0 is #69C00F. Grayscale: #6C6C6C. Windows color (decimal): -6930448 or 15744918. OLE color: 15744918.
HSL color Cylindrical-coordinate representation of color #963FF0: hue angle of 269.49º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963FF0 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 63 | 240 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.06 |
| HSL | 269.49º | 0.86% | 0.59% | - |
| HSV(B) | 269.49º | 0.74% | 0.94% | - |
| XYZ | 30.08 | 16.33 | 84 | - |
| YUV | 109.19 | 201.82 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 63 | 240 | 0.37 | 0.74 | 0 | 0.06 | 269.49 | 0.86 | 0.59 |
| Hex | 96 | 3F | F0 | 25 | 4A | 0 | 6 | 10D | 56 | 3B |
| Octal | 226 | 77 | 360 | 45 | 112 | 0 | 6 | 415 | 126 | 73 |
| Binary | 10010110 | 111111 | 11110000 | 100101 | 1001010 | 0 | 110 | 100001101 | 1010110 | 111011 |
Color Harmonies of #963FF0
Complementary color
Monochromatic Colors of #963FF0
Black with #963FF0
Text Example
Text Example
White with #963FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963FF0; }
p { color: rgb(150,63,240); }
H1.HeaderClassName
{
color: #963FF0;
}
.AnyTagClassName
{
color: #963FF0;
}
</style>
background-color css
<style>
a { background-color: #963FF0; }
a { background-color: rgb(150,63,240); }
div.DivClassName
{
background-color: #963FF0;
}
.BgClassName
{
background-color: #963FF0;
}
</style>
border-color css
<style>
span { border-color: #963FF0; }
span { border-color: rgb(150,63,240); }
td.TdClassName
{
border-color: #963FF0;
}
.TagClassName
{
border-color: #963FF0;
}
</style>