Shades of Blue Violet #841BEA
Tints of Blue Violet #841BEA
RGB
CMYK
RGB Variations
Color information
#841BEA (or 0x841BEA) is known color: Blue Violet. HEX triplet: 84, 1B and EA. RGB value is (132,27,234). Sum of RGB (Red+Green+Blue) = 132+27+234=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #841BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841BEA is #7BE415. Grayscale: #515151. Windows color (decimal): -8119318 or 15342468. OLE color: 15342468.
HSL color Cylindrical-coordinate representation of color #841BEA: hue angle of 270.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #841BEA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 27 | 234 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.08 |
| HSL | 270.43º | 0.83% | 0.51% | - |
| HSV(B) | 270.43º | 0.88% | 0.92% | - |
| XYZ | 24.76 | 11.63 | 78.78 | - |
| YUV | 81.99 | 213.79 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 27 | 234 | 0.44 | 0.88 | 0 | 0.08 | 270.43 | 0.83 | 0.51 |
| Hex | 84 | 1B | EA | 2C | 58 | 0 | 8 | 10E | 53 | 33 |
| Octal | 204 | 33 | 352 | 54 | 130 | 0 | 10 | 416 | 123 | 63 |
| Binary | 10000100 | 11011 | 11101010 | 101100 | 1011000 | 0 | 1000 | 100001110 | 1010011 | 110011 |
Color Harmonies of #841BEA
Complementary color
Monochromatic Colors of #841BEA
Black with #841BEA
Text Example
Text Example
White with #841BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841BEA; }
p { color: rgb(132,27,234); }
H1.HeaderClassName
{
color: #841BEA;
}
.AnyTagClassName
{
color: #841BEA;
}
</style>
background-color css
<style>
a { background-color: #841BEA; }
a { background-color: rgb(132,27,234); }
div.DivClassName
{
background-color: #841BEA;
}
.BgClassName
{
background-color: #841BEA;
}
</style>
border-color css
<style>
span { border-color: #841BEA; }
span { border-color: rgb(132,27,234); }
td.TdClassName
{
border-color: #841BEA;
}
.TagClassName
{
border-color: #841BEA;
}
</style>