Shades of Blue Violet #841BEE
Tints of Blue Violet #841BEE
RGB
CMYK
RGB Variations
Color information
#841BEE (or 0x841BEE) is known color: Blue Violet. HEX triplet: 84, 1B and EE. RGB value is (132,27,238). Sum of RGB (Red+Green+Blue) = 132+27+238=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 238 (93.36% from 255 or 59.95% from 397); Max value from RGB is 238 - color contains mainly: blue. Hex color #841BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841BEE is #7BE411. Grayscale: #515151. Windows color (decimal): -8119314 or 15604612. OLE color: 15604612.
HSL color Cylindrical-coordinate representation of color #841BEE: hue angle of 269.86º 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 #841BEE is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 27 | 238 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.07 |
| HSL | 269.86º | 0.86% | 0.52% | - |
| HSV(B) | 269.86º | 0.89% | 0.93% | - |
| XYZ | 25.34 | 11.86 | 81.84 | - |
| YUV | 82.45 | 215.79 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 238 | 0.45 | 0.89 | 0 | 0.07 | 269.86 | 0.86 | 0.52 |
| Hex | 84 | 1B | EE | 2D | 59 | 0 | 7 | 10E | 56 | 34 |
| Octal | 204 | 33 | 356 | 55 | 131 | 0 | 7 | 416 | 126 | 64 |
| Binary | 10000100 | 11011 | 11101110 | 101101 | 1011001 | 0 | 111 | 100001110 | 1010110 | 110100 |
Color Harmonies of #841BEE
Complementary color
Monochromatic Colors of #841BEE
Black with #841BEE
Text Example
Text Example
White with #841BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BEE; }
p { color: rgb(132,27,238); }
H1.HeaderClassName
{
color: #841BEE;
}
.AnyTagClassName
{
color: #841BEE;
}
</style>
background-color css
<style>
a { background-color: #841BEE; }
a { background-color: rgb(132,27,238); }
div.DivClassName
{
background-color: #841BEE;
}
.BgClassName
{
background-color: #841BEE;
}
</style>
border-color css
<style>
span { border-color: #841BEE; }
span { border-color: rgb(132,27,238); }
td.TdClassName
{
border-color: #841BEE;
}
.TagClassName
{
border-color: #841BEE;
}
</style>