Shades of Blue Violet #963BDE
Tints of Blue Violet #963BDE
RGB
CMYK
RGB Variations
Color information
#963BDE (or 0x963BDE) is known color: Blue Violet. HEX triplet: 96, 3B and DE. RGB value is (150,59,222). Sum of RGB (Red+Green+Blue) = 150+59+222=431 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.80% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #963BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #963BDE is #69C421. Grayscale: #686868. Windows color (decimal): -6931490 or 14564246. OLE color: 14564246.
HSL color Cylindrical-coordinate representation of color #963BDE: hue angle of 273.5º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963BDE is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 59 | 222 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.13 |
| HSL | 273.5º | 0.71% | 0.55% | - |
| HSV(B) | 273.5º | 0.73% | 0.87% | - |
| XYZ | 27.33 | 14.89 | 70.54 | - |
| YUV | 104.79 | 194.15 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 59 | 222 | 0.32 | 0.73 | 0 | 0.13 | 273.5 | 0.71 | 0.55 |
| Hex | 96 | 3B | DE | 20 | 49 | 0 | D | 111 | 47 | 37 |
| Octal | 226 | 73 | 336 | 40 | 111 | 0 | 15 | 421 | 107 | 67 |
| Binary | 10010110 | 111011 | 11011110 | 100000 | 1001001 | 0 | 1101 | 100010001 | 1000111 | 110111 |
Color Harmonies of #963BDE
Complementary color
Monochromatic Colors of #963BDE
Black with #963BDE
Text Example
Text Example
White with #963BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963BDE; }
p { color: rgb(150,59,222); }
H1.HeaderClassName
{
color: #963BDE;
}
.AnyTagClassName
{
color: #963BDE;
}
</style>
background-color css
<style>
a { background-color: #963BDE; }
a { background-color: rgb(150,59,222); }
div.DivClassName
{
background-color: #963BDE;
}
.BgClassName
{
background-color: #963BDE;
}
</style>
border-color css
<style>
span { border-color: #963BDE; }
span { border-color: rgb(150,59,222); }
td.TdClassName
{
border-color: #963BDE;
}
.TagClassName
{
border-color: #963BDE;
}
</style>