Shades of Blue Violet #961BEE
Tints of Blue Violet #961BEE
RGB
CMYK
RGB Variations
Color information
#961BEE (or 0x961BEE) is known color: Blue Violet. HEX triplet: 96, 1B and EE. RGB value is (150,27,238). Sum of RGB (Red+Green+Blue) = 150+27+238=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #961BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #961BEE is #69E411. Grayscale: #575757. Windows color (decimal): -6939666 or 15604630. OLE color: 15604630.
HSL color Cylindrical-coordinate representation of color #961BEE: hue angle of 274.98º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961BEE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 27 | 238 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.07 |
| HSL | 274.98º | 0.86% | 0.52% | - |
| HSV(B) | 274.98º | 0.89% | 0.93% | - |
| XYZ | 28.4 | 13.44 | 81.99 | - |
| YUV | 87.83 | 212.75 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 238 | 0.37 | 0.89 | 0 | 0.07 | 274.98 | 0.86 | 0.52 |
| Hex | 96 | 1B | EE | 25 | 59 | 0 | 7 | 113 | 56 | 34 |
| Octal | 226 | 33 | 356 | 45 | 131 | 0 | 7 | 423 | 126 | 64 |
| Binary | 10010110 | 11011 | 11101110 | 100101 | 1011001 | 0 | 111 | 100010011 | 1010110 | 110100 |
Color Harmonies of #961BEE
Complementary color
Monochromatic Colors of #961BEE
Black with #961BEE
Text Example
Text Example
White with #961BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BEE; }
p { color: rgb(150,27,238); }
H1.HeaderClassName
{
color: #961BEE;
}
.AnyTagClassName
{
color: #961BEE;
}
</style>
background-color css
<style>
a { background-color: #961BEE; }
a { background-color: rgb(150,27,238); }
div.DivClassName
{
background-color: #961BEE;
}
.BgClassName
{
background-color: #961BEE;
}
</style>
border-color css
<style>
span { border-color: #961BEE; }
span { border-color: rgb(150,27,238); }
td.TdClassName
{
border-color: #961BEE;
}
.TagClassName
{
border-color: #961BEE;
}
</style>