Shades of Blue Violet #963CE0
Tints of Blue Violet #963CE0
RGB
CMYK
RGB Variations
Color information
#963CE0 (or 0x963CE0) is known color: Blue Violet. HEX triplet: 96, 3C and E0. RGB value is (150,60,224). Sum of RGB (Red+Green+Blue) = 150+60+224=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #963CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963CE0 is #69C31F. Grayscale: #696969. Windows color (decimal): -6931232 or 14695574. OLE color: 14695574.
HSL color Cylindrical-coordinate representation of color #963CE0: hue angle of 272.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963CE0 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 60 | 224 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.12 |
| HSL | 272.93º | 0.73% | 0.56% | - |
| HSV(B) | 272.93º | 0.73% | 0.88% | - |
| XYZ | 27.65 | 15.1 | 71.98 | - |
| YUV | 105.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 224 | 0.33 | 0.73 | 0 | 0.12 | 272.93 | 0.73 | 0.56 |
| Hex | 96 | 3C | E0 | 21 | 49 | 0 | C | 111 | 49 | 38 |
| Octal | 226 | 74 | 340 | 41 | 111 | 0 | 14 | 421 | 111 | 70 |
| Binary | 10010110 | 111100 | 11100000 | 100001 | 1001001 | 0 | 1100 | 100010001 | 1001001 | 111000 |
Color Harmonies of #963CE0
Complementary color
Monochromatic Colors of #963CE0
Black with #963CE0
Text Example
Text Example
White with #963CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CE0; }
p { color: rgb(150,60,224); }
H1.HeaderClassName
{
color: #963CE0;
}
.AnyTagClassName
{
color: #963CE0;
}
</style>
background-color css
<style>
a { background-color: #963CE0; }
a { background-color: rgb(150,60,224); }
div.DivClassName
{
background-color: #963CE0;
}
.BgClassName
{
background-color: #963CE0;
}
</style>
border-color css
<style>
span { border-color: #963CE0; }
span { border-color: rgb(150,60,224); }
td.TdClassName
{
border-color: #963CE0;
}
.TagClassName
{
border-color: #963CE0;
}
</style>