Shades of Blue Violet #841AEA
Tints of Blue Violet #841AEA
RGB
CMYK
RGB Variations
Color information
#841AEA (or 0x841AEA) is known color: Blue Violet. HEX triplet: 84, 1A and EA. RGB value is (132,26,234). Sum of RGB (Red+Green+Blue) = 132+26+234=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #841AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841AEA is #7BE515. Grayscale: #505050. Windows color (decimal): -8119574 or 15342212. OLE color: 15342212.
HSL color Cylindrical-coordinate representation of color #841AEA: hue angle of 270.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #841AEA is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 26 | 234 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.08 |
| HSL | 270.58º | 0.83% | 0.51% | - |
| HSV(B) | 270.58º | 0.89% | 0.92% | - |
| XYZ | 24.74 | 11.58 | 78.77 | - |
| YUV | 81.41 | 214.12 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 234 | 0.44 | 0.89 | 0 | 0.08 | 270.58 | 0.83 | 0.51 |
| Hex | 84 | 1A | EA | 2C | 59 | 0 | 8 | 10F | 53 | 33 |
| Octal | 204 | 32 | 352 | 54 | 131 | 0 | 10 | 417 | 123 | 63 |
| Binary | 10000100 | 11010 | 11101010 | 101100 | 1011001 | 0 | 1000 | 100001111 | 1010011 | 110011 |
Color Harmonies of #841AEA
Complementary color
Monochromatic Colors of #841AEA
Black with #841AEA
Text Example
Text Example
White with #841AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841AEA; }
p { color: rgb(132,26,234); }
H1.HeaderClassName
{
color: #841AEA;
}
.AnyTagClassName
{
color: #841AEA;
}
</style>
background-color css
<style>
a { background-color: #841AEA; }
a { background-color: rgb(132,26,234); }
div.DivClassName
{
background-color: #841AEA;
}
.BgClassName
{
background-color: #841AEA;
}
</style>
border-color css
<style>
span { border-color: #841AEA; }
span { border-color: rgb(132,26,234); }
td.TdClassName
{
border-color: #841AEA;
}
.TagClassName
{
border-color: #841AEA;
}
</style>