Shades of Blue Violet #963EE9
Tints of Blue Violet #963EE9
RGB
CMYK
RGB Variations
Color information
#963EE9 (or 0x963EE9) is known color: Blue Violet. HEX triplet: 96, 3E and E9. RGB value is (150,62,233). Sum of RGB (Red+Green+Blue) = 150+62+233=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #963EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EE9 is #69C116. Grayscale: #6B6B6B. Windows color (decimal): -6930711 or 15285910. OLE color: 15285910.
HSL color Cylindrical-coordinate representation of color #963EE9: hue angle of 270.88º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963EE9 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 62 | 233 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.09 |
| HSL | 270.88º | 0.8% | 0.58% | - |
| HSV(B) | 270.88º | 0.73% | 0.91% | - |
| XYZ | 29.01 | 15.81 | 78.61 | - |
| YUV | 107.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 233 | 0.36 | 0.73 | 0 | 0.09 | 270.88 | 0.8 | 0.58 |
| Hex | 96 | 3E | E9 | 24 | 49 | 0 | 9 | 10F | 50 | 3A |
| Octal | 226 | 76 | 351 | 44 | 111 | 0 | 11 | 417 | 120 | 72 |
| Binary | 10010110 | 111110 | 11101001 | 100100 | 1001001 | 0 | 1001 | 100001111 | 1010000 | 111010 |
Color Harmonies of #963EE9
Complementary color
Monochromatic Colors of #963EE9
Black with #963EE9
Text Example
Text Example
White with #963EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963EE9; }
p { color: rgb(150,62,233); }
H1.HeaderClassName
{
color: #963EE9;
}
.AnyTagClassName
{
color: #963EE9;
}
</style>
background-color css
<style>
a { background-color: #963EE9; }
a { background-color: rgb(150,62,233); }
div.DivClassName
{
background-color: #963EE9;
}
.BgClassName
{
background-color: #963EE9;
}
</style>
border-color css
<style>
span { border-color: #963EE9; }
span { border-color: rgb(150,62,233); }
td.TdClassName
{
border-color: #963EE9;
}
.TagClassName
{
border-color: #963EE9;
}
</style>