Shades of Blue Violet #842DEC
Tints of Blue Violet #842DEC
RGB
CMYK
RGB Variations
Color information
#842DEC (or 0x842DEC) is known color: Blue Violet. HEX triplet: 84, 2D and EC. RGB value is (132,45,236). Sum of RGB (Red+Green+Blue) = 132+45+236=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #842DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842DEC is #7BD213. Grayscale: #5C5C5C. Windows color (decimal): -8114708 or 15478148. OLE color: 15478148.
HSL color Cylindrical-coordinate representation of color #842DEC: hue angle of 267.33º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842DEC is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 45 | 236 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.07 |
| HSL | 267.33º | 0.83% | 0.55% | - |
| HSV(B) | 267.33º | 0.81% | 0.93% | - |
| XYZ | 25.59 | 12.84 | 80.49 | - |
| YUV | 92.79 | 208.82 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 236 | 0.44 | 0.81 | 0 | 0.07 | 267.33 | 0.83 | 0.55 |
| Hex | 84 | 2D | EC | 2C | 51 | 0 | 7 | 10B | 53 | 37 |
| Octal | 204 | 55 | 354 | 54 | 121 | 0 | 7 | 413 | 123 | 67 |
| Binary | 10000100 | 101101 | 11101100 | 101100 | 1010001 | 0 | 111 | 100001011 | 1010011 | 110111 |
Color Harmonies of #842DEC
Complementary color
Monochromatic Colors of #842DEC
Black with #842DEC
Text Example
Text Example
White with #842DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DEC; }
p { color: rgb(132,45,236); }
H1.HeaderClassName
{
color: #842DEC;
}
.AnyTagClassName
{
color: #842DEC;
}
</style>
background-color css
<style>
a { background-color: #842DEC; }
a { background-color: rgb(132,45,236); }
div.DivClassName
{
background-color: #842DEC;
}
.BgClassName
{
background-color: #842DEC;
}
</style>
border-color css
<style>
span { border-color: #842DEC; }
span { border-color: rgb(132,45,236); }
td.TdClassName
{
border-color: #842DEC;
}
.TagClassName
{
border-color: #842DEC;
}
</style>