Shades of Blue Violet #963DEE
Tints of Blue Violet #963DEE
RGB
CMYK
RGB Variations
Color information
#963DEE (or 0x963DEE) is known color: Blue Violet. HEX triplet: 96, 3D and EE. RGB value is (150,61,238). Sum of RGB (Red+Green+Blue) = 150+61+238=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #963DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #963DEE is #69C211. Grayscale: #6B6B6B. Windows color (decimal): -6930962 or 15613334. OLE color: 15613334.
HSL color Cylindrical-coordinate representation of color #963DEE: hue angle of 270.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #963DEE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 61 | 238 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.07 |
| HSL | 270.17º | 0.84% | 0.59% | - |
| HSV(B) | 270.17º | 0.74% | 0.93% | - |
| XYZ | 29.68 | 15.99 | 82.41 | - |
| YUV | 107.79 | 201.49 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 238 | 0.37 | 0.74 | 0 | 0.07 | 270.17 | 0.84 | 0.59 |
| Hex | 96 | 3D | EE | 25 | 4A | 0 | 7 | 10E | 54 | 3B |
| Octal | 226 | 75 | 356 | 45 | 112 | 0 | 7 | 416 | 124 | 73 |
| Binary | 10010110 | 111101 | 11101110 | 100101 | 1001010 | 0 | 111 | 100001110 | 1010100 | 111011 |
Color Harmonies of #963DEE
Complementary color
Monochromatic Colors of #963DEE
Black with #963DEE
Text Example
Text Example
White with #963DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DEE; }
p { color: rgb(150,61,238); }
H1.HeaderClassName
{
color: #963DEE;
}
.AnyTagClassName
{
color: #963DEE;
}
</style>
background-color css
<style>
a { background-color: #963DEE; }
a { background-color: rgb(150,61,238); }
div.DivClassName
{
background-color: #963DEE;
}
.BgClassName
{
background-color: #963DEE;
}
</style>
border-color css
<style>
span { border-color: #963DEE; }
span { border-color: rgb(150,61,238); }
td.TdClassName
{
border-color: #963DEE;
}
.TagClassName
{
border-color: #963DEE;
}
</style>