Shades of Blue Violet #963CE9
Tints of Blue Violet #963CE9
RGB
CMYK
RGB Variations
Color information
#963CE9 (or 0x963CE9) is known color: Blue Violet. HEX triplet: 96, 3C and E9. RGB value is (150,60,233). Sum of RGB (Red+Green+Blue) = 150+60+233=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #963CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CE9 is #69C316. Grayscale: #6A6A6A. Windows color (decimal): -6931223 or 15285398. OLE color: 15285398.
HSL color Cylindrical-coordinate representation of color #963CE9: hue angle of 271.21º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963CE9 is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 60 | 233 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.09 |
| HSL | 271.21º | 0.8% | 0.57% | - |
| HSV(B) | 271.21º | 0.74% | 0.91% | - |
| XYZ | 28.9 | 15.6 | 78.58 | - |
| YUV | 106.63 | 199.32 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 233 | 0.36 | 0.74 | 0 | 0.09 | 271.21 | 0.8 | 0.57 |
| Hex | 96 | 3C | E9 | 24 | 4A | 0 | 9 | 10F | 50 | 39 |
| Octal | 226 | 74 | 351 | 44 | 112 | 0 | 11 | 417 | 120 | 71 |
| Binary | 10010110 | 111100 | 11101001 | 100100 | 1001010 | 0 | 1001 | 100001111 | 1010000 | 111001 |
Color Harmonies of #963CE9
Complementary color
Monochromatic Colors of #963CE9
Black with #963CE9
Text Example
Text Example
White with #963CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CE9; }
p { color: rgb(150,60,233); }
H1.HeaderClassName
{
color: #963CE9;
}
.AnyTagClassName
{
color: #963CE9;
}
</style>
background-color css
<style>
a { background-color: #963CE9; }
a { background-color: rgb(150,60,233); }
div.DivClassName
{
background-color: #963CE9;
}
.BgClassName
{
background-color: #963CE9;
}
</style>
border-color css
<style>
span { border-color: #963CE9; }
span { border-color: rgb(150,60,233); }
td.TdClassName
{
border-color: #963CE9;
}
.TagClassName
{
border-color: #963CE9;
}
</style>