Shades of Blue Violet #842CDC
Tints of Blue Violet #842CDC
RGB
CMYK
RGB Variations
Color information
#842CDC (or 0x842CDC) is known color: Blue Violet. HEX triplet: 84, 2C and DC. RGB value is (132,44,220). Sum of RGB (Red+Green+Blue) = 132+44+220=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #842CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CDC is #7BD323. Grayscale: #595959. Windows color (decimal): -8114980 or 14429316. OLE color: 14429316.
HSL color Cylindrical-coordinate representation of color #842CDC: hue angle of 270º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842CDC is Cyan = 0.40, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 44 | 220 | - |
| CMYK | 0.40 | 0.8 | 0 | 0.14 |
| HSL | 270º | 0.72% | 0.52% | - |
| HSV(B) | 270º | 0.8% | 0.86% | - |
| XYZ | 23.33 | 11.87 | 68.77 | - |
| YUV | 90.38 | 201.15 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 220 | 0.40 | 0.8 | 0 | 0.14 | 270 | 0.72 | 0.52 |
| Hex | 84 | 2C | DC | 28 | 50 | 0 | E | 10E | 48 | 34 |
| Octal | 204 | 54 | 334 | 50 | 120 | 0 | 16 | 416 | 110 | 64 |
| Binary | 10000100 | 101100 | 11011100 | 101000 | 1010000 | 0 | 1110 | 100001110 | 1001000 | 110100 |
Color Harmonies of #842CDC
Complementary color
Monochromatic Colors of #842CDC
Black with #842CDC
Text Example
Text Example
White with #842CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842CDC; }
p { color: rgb(132,44,220); }
H1.HeaderClassName
{
color: #842CDC;
}
.AnyTagClassName
{
color: #842CDC;
}
</style>
background-color css
<style>
a { background-color: #842CDC; }
a { background-color: rgb(132,44,220); }
div.DivClassName
{
background-color: #842CDC;
}
.BgClassName
{
background-color: #842CDC;
}
</style>
border-color css
<style>
span { border-color: #842CDC; }
span { border-color: rgb(132,44,220); }
td.TdClassName
{
border-color: #842CDC;
}
.TagClassName
{
border-color: #842CDC;
}
</style>