Shades of Blue Violet #842ADC
Tints of Blue Violet #842ADC
RGB
CMYK
RGB Variations
Color information
#842ADC (or 0x842ADC) is known color: Blue Violet. HEX triplet: 84, 2A and DC. RGB value is (132,42,220). Sum of RGB (Red+Green+Blue) = 132+42+220=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #842ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ADC is #7BD523. Grayscale: #585858. Windows color (decimal): -8115492 or 14428804. OLE color: 14428804.
HSL color Cylindrical-coordinate representation of color #842ADC: hue angle of 270.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842ADC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 42 | 220 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.14 |
| HSL | 270.34º | 0.72% | 0.51% | - |
| HSV(B) | 270.34º | 0.81% | 0.86% | - |
| XYZ | 23.26 | 11.73 | 68.75 | - |
| YUV | 89.2 | 201.82 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 220 | 0.40 | 0.81 | 0 | 0.14 | 270.34 | 0.72 | 0.51 |
| Hex | 84 | 2A | DC | 28 | 51 | 0 | E | 10E | 48 | 33 |
| Octal | 204 | 52 | 334 | 50 | 121 | 0 | 16 | 416 | 110 | 63 |
| Binary | 10000100 | 101010 | 11011100 | 101000 | 1010001 | 0 | 1110 | 100001110 | 1001000 | 110011 |
Color Harmonies of #842ADC
Complementary color
Monochromatic Colors of #842ADC
Black with #842ADC
Text Example
Text Example
White with #842ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842ADC; }
p { color: rgb(132,42,220); }
H1.HeaderClassName
{
color: #842ADC;
}
.AnyTagClassName
{
color: #842ADC;
}
</style>
background-color css
<style>
a { background-color: #842ADC; }
a { background-color: rgb(132,42,220); }
div.DivClassName
{
background-color: #842ADC;
}
.BgClassName
{
background-color: #842ADC;
}
</style>
border-color css
<style>
span { border-color: #842ADC; }
span { border-color: rgb(132,42,220); }
td.TdClassName
{
border-color: #842ADC;
}
.TagClassName
{
border-color: #842ADC;
}
</style>