Shades of Blue Violet #963EE6
Tints of Blue Violet #963EE6
RGB
CMYK
RGB Variations
Color information
#963EE6 (or 0x963EE6) is known color: Blue Violet. HEX triplet: 96, 3E and E6. RGB value is (150,62,230). Sum of RGB (Red+Green+Blue) = 150+62+230=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #963EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963EE6 is #69C119. Grayscale: #6A6A6A. Windows color (decimal): -6930714 or 15089302. OLE color: 15089302.
HSL color Cylindrical-coordinate representation of color #963EE6: hue angle of 271.43º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963EE6 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 62 | 230 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.10 |
| HSL | 271.43º | 0.77% | 0.57% | - |
| HSV(B) | 271.43º | 0.73% | 0.9% | - |
| XYZ | 28.58 | 15.64 | 76.38 | - |
| YUV | 107.46 | 197.15 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 62 | 230 | 0.35 | 0.73 | 0 | 0.10 | 271.43 | 0.77 | 0.57 |
| Hex | 96 | 3E | E6 | 23 | 49 | 0 | A | 10F | 4D | 39 |
| Octal | 226 | 76 | 346 | 43 | 111 | 0 | 12 | 417 | 115 | 71 |
| Binary | 10010110 | 111110 | 11100110 | 100011 | 1001001 | 0 | 1010 | 100001111 | 1001101 | 111001 |
Color Harmonies of #963EE6
Complementary color
Monochromatic Colors of #963EE6
Black with #963EE6
Text Example
Text Example
White with #963EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963EE6; }
p { color: rgb(150,62,230); }
H1.HeaderClassName
{
color: #963EE6;
}
.AnyTagClassName
{
color: #963EE6;
}
</style>
background-color css
<style>
a { background-color: #963EE6; }
a { background-color: rgb(150,62,230); }
div.DivClassName
{
background-color: #963EE6;
}
.BgClassName
{
background-color: #963EE6;
}
</style>
border-color css
<style>
span { border-color: #963EE6; }
span { border-color: rgb(150,62,230); }
td.TdClassName
{
border-color: #963EE6;
}
.TagClassName
{
border-color: #963EE6;
}
</style>