Shades of Blue Violet #842ADE
Tints of Blue Violet #842ADE
RGB
CMYK
RGB Variations
Color information
#842ADE (or 0x842ADE) is known color: Blue Violet. HEX triplet: 84, 2A and DE. RGB value is (132,42,222). Sum of RGB (Red+Green+Blue) = 132+42+222=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #842ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ADE is #7BD521. Grayscale: #585858. Windows color (decimal): -8115490 or 14559876. OLE color: 14559876.
HSL color Cylindrical-coordinate representation of color #842ADE: hue angle of 270º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842ADE is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 42 | 222 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.13 |
| HSL | 270º | 0.73% | 0.52% | - |
| HSV(B) | 270º | 0.81% | 0.87% | - |
| XYZ | 23.53 | 11.84 | 70.15 | - |
| YUV | 89.43 | 202.82 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 222 | 0.41 | 0.81 | 0 | 0.13 | 270 | 0.73 | 0.52 |
| Hex | 84 | 2A | DE | 29 | 51 | 0 | D | 10E | 49 | 34 |
| Octal | 204 | 52 | 336 | 51 | 121 | 0 | 15 | 416 | 111 | 64 |
| Binary | 10000100 | 101010 | 11011110 | 101001 | 1010001 | 0 | 1101 | 100001110 | 1001001 | 110100 |
Color Harmonies of #842ADE
Complementary color
Monochromatic Colors of #842ADE
Black with #842ADE
Text Example
Text Example
White with #842ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842ADE; }
p { color: rgb(132,42,222); }
H1.HeaderClassName
{
color: #842ADE;
}
.AnyTagClassName
{
color: #842ADE;
}
</style>
background-color css
<style>
a { background-color: #842ADE; }
a { background-color: rgb(132,42,222); }
div.DivClassName
{
background-color: #842ADE;
}
.BgClassName
{
background-color: #842ADE;
}
</style>
border-color css
<style>
span { border-color: #842ADE; }
span { border-color: rgb(132,42,222); }
td.TdClassName
{
border-color: #842ADE;
}
.TagClassName
{
border-color: #842ADE;
}
</style>