Shades of Blue Violet #842CDE
Tints of Blue Violet #842CDE
RGB
CMYK
RGB Variations
Color information
#842CDE (or 0x842CDE) is known color: Blue Violet. HEX triplet: 84, 2C and DE. RGB value is (132,44,222). Sum of RGB (Red+Green+Blue) = 132+44+222=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #842CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CDE is #7BD321. Grayscale: #595959. Windows color (decimal): -8114978 or 14560388. OLE color: 14560388.
HSL color Cylindrical-coordinate representation of color #842CDE: hue angle of 269.66º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842CDE is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 44 | 222 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.13 |
| HSL | 269.66º | 0.73% | 0.52% | - |
| HSV(B) | 269.66º | 0.8% | 0.87% | - |
| XYZ | 23.6 | 11.98 | 70.18 | - |
| YUV | 90.6 | 202.15 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 222 | 0.41 | 0.80 | 0 | 0.13 | 269.66 | 0.73 | 0.52 |
| Hex | 84 | 2C | DE | 29 | 50 | 0 | D | 10E | 49 | 34 |
| Octal | 204 | 54 | 336 | 51 | 120 | 0 | 15 | 416 | 111 | 64 |
| Binary | 10000100 | 101100 | 11011110 | 101001 | 1010000 | 0 | 1101 | 100001110 | 1001001 | 110100 |
Color Harmonies of #842CDE
Complementary color
Monochromatic Colors of #842CDE
Black with #842CDE
Text Example
Text Example
White with #842CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CDE; }
p { color: rgb(132,44,222); }
H1.HeaderClassName
{
color: #842CDE;
}
.AnyTagClassName
{
color: #842CDE;
}
</style>
background-color css
<style>
a { background-color: #842CDE; }
a { background-color: rgb(132,44,222); }
div.DivClassName
{
background-color: #842CDE;
}
.BgClassName
{
background-color: #842CDE;
}
</style>
border-color css
<style>
span { border-color: #842CDE; }
span { border-color: rgb(132,44,222); }
td.TdClassName
{
border-color: #842CDE;
}
.TagClassName
{
border-color: #842CDE;
}
</style>