Shades of Blue Violet #841EEA
Tints of Blue Violet #841EEA
RGB
CMYK
RGB Variations
Color information
#841EEA (or 0x841EEA) is known color: Blue Violet. HEX triplet: 84, 1E and EA. RGB value is (132,30,234). Sum of RGB (Red+Green+Blue) = 132+30+234=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #841EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841EEA is #7BE115. Grayscale: #535353. Windows color (decimal): -8118550 or 15343236. OLE color: 15343236.
HSL color Cylindrical-coordinate representation of color #841EEA: hue angle of 270º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #841EEA is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 30 | 234 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.08 |
| HSL | 270º | 0.83% | 0.52% | - |
| HSV(B) | 270º | 0.87% | 0.92% | - |
| XYZ | 24.83 | 11.77 | 78.81 | - |
| YUV | 83.75 | 212.79 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 30 | 234 | 0.44 | 0.87 | 0 | 0.08 | 270 | 0.83 | 0.52 |
| Hex | 84 | 1E | EA | 2C | 57 | 0 | 8 | 10E | 53 | 34 |
| Octal | 204 | 36 | 352 | 54 | 127 | 0 | 10 | 416 | 123 | 64 |
| Binary | 10000100 | 11110 | 11101010 | 101100 | 1010111 | 0 | 1000 | 100001110 | 1010011 | 110100 |
Color Harmonies of #841EEA
Complementary color
Monochromatic Colors of #841EEA
Black with #841EEA
Text Example
Text Example
White with #841EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841EEA; }
p { color: rgb(132,30,234); }
H1.HeaderClassName
{
color: #841EEA;
}
.AnyTagClassName
{
color: #841EEA;
}
</style>
background-color css
<style>
a { background-color: #841EEA; }
a { background-color: rgb(132,30,234); }
div.DivClassName
{
background-color: #841EEA;
}
.BgClassName
{
background-color: #841EEA;
}
</style>
border-color css
<style>
span { border-color: #841EEA; }
span { border-color: rgb(132,30,234); }
td.TdClassName
{
border-color: #841EEA;
}
.TagClassName
{
border-color: #841EEA;
}
</style>