Shades of Blue Violet #962DEE
Tints of Blue Violet #962DEE
RGB
CMYK
RGB Variations
Color information
#962DEE (or 0x962DEE) is known color: Blue Violet. HEX triplet: 96, 2D and EE. RGB value is (150,45,238). Sum of RGB (Red+Green+Blue) = 150+45+238=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #962DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #962DEE is #69D211. Grayscale: #616161. Windows color (decimal): -6935058 or 15609238. OLE color: 15609238.
HSL color Cylindrical-coordinate representation of color #962DEE: hue angle of 272.64º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962DEE is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 45 | 238 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.07 |
| HSL | 272.64º | 0.85% | 0.55% | - |
| HSV(B) | 272.64º | 0.81% | 0.93% | - |
| XYZ | 28.95 | 14.53 | 82.17 | - |
| YUV | 98.4 | 206.79 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 238 | 0.37 | 0.81 | 0 | 0.07 | 272.64 | 0.85 | 0.55 |
| Hex | 96 | 2D | EE | 25 | 51 | 0 | 7 | 111 | 55 | 37 |
| Octal | 226 | 55 | 356 | 45 | 121 | 0 | 7 | 421 | 125 | 67 |
| Binary | 10010110 | 101101 | 11101110 | 100101 | 1010001 | 0 | 111 | 100010001 | 1010101 | 110111 |
Color Harmonies of #962DEE
Complementary color
Monochromatic Colors of #962DEE
Black with #962DEE
Text Example
Text Example
White with #962DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DEE; }
p { color: rgb(150,45,238); }
H1.HeaderClassName
{
color: #962DEE;
}
.AnyTagClassName
{
color: #962DEE;
}
</style>
background-color css
<style>
a { background-color: #962DEE; }
a { background-color: rgb(150,45,238); }
div.DivClassName
{
background-color: #962DEE;
}
.BgClassName
{
background-color: #962DEE;
}
</style>
border-color css
<style>
span { border-color: #962DEE; }
span { border-color: rgb(150,45,238); }
td.TdClassName
{
border-color: #962DEE;
}
.TagClassName
{
border-color: #962DEE;
}
</style>