Shades of Blue Violet #963DF0
Tints of Blue Violet #963DF0
RGB
CMYK
RGB Variations
Color information
#963DF0 (or 0x963DF0) is known color: Blue Violet. HEX triplet: 96, 3D and F0. RGB value is (150,61,240). Sum of RGB (Red+Green+Blue) = 150+61+240=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #963DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DF0 is #69C20F. Grayscale: #6B6B6B. Windows color (decimal): -6930960 or 15744406. OLE color: 15744406.
HSL color Cylindrical-coordinate representation of color #963DF0: hue angle of 269.83º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963DF0 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 61 | 240 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.06 |
| HSL | 269.83º | 0.86% | 0.59% | - |
| HSV(B) | 269.83º | 0.75% | 0.94% | - |
| XYZ | 29.97 | 16.11 | 83.97 | - |
| YUV | 108.02 | 202.49 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 240 | 0.37 | 0.75 | 0 | 0.06 | 269.83 | 0.86 | 0.59 |
| Hex | 96 | 3D | F0 | 25 | 4B | 0 | 6 | 10E | 56 | 3B |
| Octal | 226 | 75 | 360 | 45 | 113 | 0 | 6 | 416 | 126 | 73 |
| Binary | 10010110 | 111101 | 11110000 | 100101 | 1001011 | 0 | 110 | 100001110 | 1010110 | 111011 |
Color Harmonies of #963DF0
Complementary color
Monochromatic Colors of #963DF0
Black with #963DF0
Text Example
Text Example
White with #963DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DF0; }
p { color: rgb(150,61,240); }
H1.HeaderClassName
{
color: #963DF0;
}
.AnyTagClassName
{
color: #963DF0;
}
</style>
background-color css
<style>
a { background-color: #963DF0; }
a { background-color: rgb(150,61,240); }
div.DivClassName
{
background-color: #963DF0;
}
.BgClassName
{
background-color: #963DF0;
}
</style>
border-color css
<style>
span { border-color: #963DF0; }
span { border-color: rgb(150,61,240); }
td.TdClassName
{
border-color: #963DF0;
}
.TagClassName
{
border-color: #963DF0;
}
</style>