Shades of Blue Violet #963BE0
Tints of Blue Violet #963BE0
RGB
CMYK
RGB Variations
Color information
#963BE0 (or 0x963BE0) is known color: Blue Violet. HEX triplet: 96, 3B and E0. RGB value is (150,59,224). Sum of RGB (Red+Green+Blue) = 150+59+224=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #963BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BE0 is #69C41F. Grayscale: #686868. Windows color (decimal): -6931488 or 14695318. OLE color: 14695318.
HSL color Cylindrical-coordinate representation of color #963BE0: hue angle of 273.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963BE0 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 59 | 224 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.12 |
| HSL | 273.09º | 0.73% | 0.55% | - |
| HSV(B) | 273.09º | 0.74% | 0.88% | - |
| XYZ | 27.6 | 14.99 | 71.96 | - |
| YUV | 105.02 | 195.15 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 224 | 0.33 | 0.74 | 0 | 0.12 | 273.09 | 0.73 | 0.55 |
| Hex | 96 | 3B | E0 | 21 | 4A | 0 | C | 111 | 49 | 37 |
| Octal | 226 | 73 | 340 | 41 | 112 | 0 | 14 | 421 | 111 | 67 |
| Binary | 10010110 | 111011 | 11100000 | 100001 | 1001010 | 0 | 1100 | 100010001 | 1001001 | 110111 |
Color Harmonies of #963BE0
Complementary color
Monochromatic Colors of #963BE0
Black with #963BE0
Text Example
Text Example
White with #963BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BE0; }
p { color: rgb(150,59,224); }
H1.HeaderClassName
{
color: #963BE0;
}
.AnyTagClassName
{
color: #963BE0;
}
</style>
background-color css
<style>
a { background-color: #963BE0; }
a { background-color: rgb(150,59,224); }
div.DivClassName
{
background-color: #963BE0;
}
.BgClassName
{
background-color: #963BE0;
}
</style>
border-color css
<style>
span { border-color: #963BE0; }
span { border-color: rgb(150,59,224); }
td.TdClassName
{
border-color: #963BE0;
}
.TagClassName
{
border-color: #963BE0;
}
</style>