Shades of Blue Violet #963CEE
Tints of Blue Violet #963CEE
RGB
CMYK
RGB Variations
Color information
#963CEE (or 0x963CEE) is known color: Blue Violet. HEX triplet: 96, 3C and EE. RGB value is (150,60,238). Sum of RGB (Red+Green+Blue) = 150+60+238=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #963CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963CEE is #69C311. Grayscale: #6A6A6A. Windows color (decimal): -6931218 or 15613078. OLE color: 15613078.
HSL color Cylindrical-coordinate representation of color #963CEE: hue angle of 270.34º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #963CEE is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 60 | 238 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.07 |
| HSL | 270.34º | 0.84% | 0.58% | - |
| HSV(B) | 270.34º | 0.75% | 0.93% | - |
| XYZ | 29.63 | 15.89 | 82.39 | - |
| YUV | 107.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 238 | 0.37 | 0.75 | 0 | 0.07 | 270.34 | 0.84 | 0.58 |
| Hex | 96 | 3C | EE | 25 | 4B | 0 | 7 | 10E | 54 | 3A |
| Octal | 226 | 74 | 356 | 45 | 113 | 0 | 7 | 416 | 124 | 72 |
| Binary | 10010110 | 111100 | 11101110 | 100101 | 1001011 | 0 | 111 | 100001110 | 1010100 | 111010 |
Color Harmonies of #963CEE
Complementary color
Monochromatic Colors of #963CEE
Black with #963CEE
Text Example
Text Example
White with #963CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963CEE; }
p { color: rgb(150,60,238); }
H1.HeaderClassName
{
color: #963CEE;
}
.AnyTagClassName
{
color: #963CEE;
}
</style>
background-color css
<style>
a { background-color: #963CEE; }
a { background-color: rgb(150,60,238); }
div.DivClassName
{
background-color: #963CEE;
}
.BgClassName
{
background-color: #963CEE;
}
</style>
border-color css
<style>
span { border-color: #963CEE; }
span { border-color: rgb(150,60,238); }
td.TdClassName
{
border-color: #963CEE;
}
.TagClassName
{
border-color: #963CEE;
}
</style>