Shades of Blue Violet #842CEF
Tints of Blue Violet #842CEF
RGB
CMYK
RGB Variations
Color information
#842CEF (or 0x842CEF) is known color: Blue Violet. HEX triplet: 84, 2C and EF. RGB value is (132,44,239). Sum of RGB (Red+Green+Blue) = 132+44+239=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #842CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842CEF is #7BD310. Grayscale: #5B5B5B. Windows color (decimal): -8114961 or 15674500. OLE color: 15674500.
HSL color Cylindrical-coordinate representation of color #842CEF: hue angle of 267.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #842CEF is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 44 | 239 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.06 |
| HSL | 267.08º | 0.86% | 0.55% | - |
| HSV(B) | 267.08º | 0.82% | 0.94% | - |
| XYZ | 26 | 12.94 | 82.79 | - |
| YUV | 92.54 | 210.65 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 239 | 0.45 | 0.82 | 0 | 0.06 | 267.08 | 0.86 | 0.55 |
| Hex | 84 | 2C | EF | 2D | 52 | 0 | 6 | 10B | 56 | 37 |
| Octal | 204 | 54 | 357 | 55 | 122 | 0 | 6 | 413 | 126 | 67 |
| Binary | 10000100 | 101100 | 11101111 | 101101 | 1010010 | 0 | 110 | 100001011 | 1010110 | 110111 |
Color Harmonies of #842CEF
Complementary color
Monochromatic Colors of #842CEF
Black with #842CEF
Text Example
Text Example
White with #842CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CEF; }
p { color: rgb(132,44,239); }
H1.HeaderClassName
{
color: #842CEF;
}
.AnyTagClassName
{
color: #842CEF;
}
</style>
background-color css
<style>
a { background-color: #842CEF; }
a { background-color: rgb(132,44,239); }
div.DivClassName
{
background-color: #842CEF;
}
.BgClassName
{
background-color: #842CEF;
}
</style>
border-color css
<style>
span { border-color: #842CEF; }
span { border-color: rgb(132,44,239); }
td.TdClassName
{
border-color: #842CEF;
}
.TagClassName
{
border-color: #842CEF;
}
</style>