Shades of Blue Violet #963AEE
Tints of Blue Violet #963AEE
RGB
CMYK
RGB Variations
Color information
#963AEE (or 0x963AEE) is known color: Blue Violet. HEX triplet: 96, 3A and EE. RGB value is (150,58,238). Sum of RGB (Red+Green+Blue) = 150+58+238=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #963AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963AEE is #69C511. Grayscale: #696969. Windows color (decimal): -6931730 or 15612566. OLE color: 15612566.
HSL color Cylindrical-coordinate representation of color #963AEE: hue angle of 270.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #963AEE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 58 | 238 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.07 |
| HSL | 270.67º | 0.84% | 0.58% | - |
| HSV(B) | 270.67º | 0.76% | 0.93% | - |
| XYZ | 29.52 | 15.68 | 82.36 | - |
| YUV | 106.03 | 202.48 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 58 | 238 | 0.37 | 0.76 | 0 | 0.07 | 270.67 | 0.84 | 0.58 |
| Hex | 96 | 3A | EE | 25 | 4C | 0 | 7 | 10F | 54 | 3A |
| Octal | 226 | 72 | 356 | 45 | 114 | 0 | 7 | 417 | 124 | 72 |
| Binary | 10010110 | 111010 | 11101110 | 100101 | 1001100 | 0 | 111 | 100001111 | 1010100 | 111010 |
Color Harmonies of #963AEE
Complementary color
Monochromatic Colors of #963AEE
Black with #963AEE
Text Example
Text Example
White with #963AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963AEE; }
p { color: rgb(150,58,238); }
H1.HeaderClassName
{
color: #963AEE;
}
.AnyTagClassName
{
color: #963AEE;
}
</style>
background-color css
<style>
a { background-color: #963AEE; }
a { background-color: rgb(150,58,238); }
div.DivClassName
{
background-color: #963AEE;
}
.BgClassName
{
background-color: #963AEE;
}
</style>
border-color css
<style>
span { border-color: #963AEE; }
span { border-color: rgb(150,58,238); }
td.TdClassName
{
border-color: #963AEE;
}
.TagClassName
{
border-color: #963AEE;
}
</style>