Shades of Blue Violet #842EEE
Tints of Blue Violet #842EEE
RGB
CMYK
RGB Variations
Color information
#842EEE (or 0x842EEE) is known color: Blue Violet. HEX triplet: 84, 2E and EE. RGB value is (132,46,238). Sum of RGB (Red+Green+Blue) = 132+46+238=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #842EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842EEE is #7BD111. Grayscale: #5C5C5C. Windows color (decimal): -8114450 or 15609476. OLE color: 15609476.
HSL color Cylindrical-coordinate representation of color #842EEE: hue angle of 266.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842EEE is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 46 | 238 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.07 |
| HSL | 266.88º | 0.85% | 0.56% | - |
| HSV(B) | 266.88º | 0.81% | 0.93% | - |
| XYZ | 25.93 | 13.03 | 82.04 | - |
| YUV | 93.6 | 209.49 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 238 | 0.45 | 0.81 | 0 | 0.07 | 266.88 | 0.85 | 0.56 |
| Hex | 84 | 2E | EE | 2D | 51 | 0 | 7 | 10B | 55 | 38 |
| Octal | 204 | 56 | 356 | 55 | 121 | 0 | 7 | 413 | 125 | 70 |
| Binary | 10000100 | 101110 | 11101110 | 101101 | 1010001 | 0 | 111 | 100001011 | 1010101 | 111000 |
Color Harmonies of #842EEE
Complementary color
Monochromatic Colors of #842EEE
Black with #842EEE
Text Example
Text Example
White with #842EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842EEE; }
p { color: rgb(132,46,238); }
H1.HeaderClassName
{
color: #842EEE;
}
.AnyTagClassName
{
color: #842EEE;
}
</style>
background-color css
<style>
a { background-color: #842EEE; }
a { background-color: rgb(132,46,238); }
div.DivClassName
{
background-color: #842EEE;
}
.BgClassName
{
background-color: #842EEE;
}
</style>
border-color css
<style>
span { border-color: #842EEE; }
span { border-color: rgb(132,46,238); }
td.TdClassName
{
border-color: #842EEE;
}
.TagClassName
{
border-color: #842EEE;
}
</style>