Shades of Blue Violet #842ACE
Tints of Blue Violet #842ACE
RGB
CMYK
RGB Variations
Color information
#842ACE (or 0x842ACE) is known color: Blue Violet. HEX triplet: 84, 2A and CE. RGB value is (132,42,206). Sum of RGB (Red+Green+Blue) = 132+42+206=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #842ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842ACE is #7BD531. Grayscale: #575757. Windows color (decimal): -8115506 or 13511300. OLE color: 13511300.
HSL color Cylindrical-coordinate representation of color #842ACE: hue angle of 272.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #842ACE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 42 | 206 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.19 |
| HSL | 272.93º | 0.66% | 0.49% | - |
| HSV(B) | 272.93º | 0.8% | 0.81% | - |
| XYZ | 21.48 | 11.02 | 59.39 | - |
| YUV | 87.61 | 194.82 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 206 | 0.36 | 0.80 | 0 | 0.19 | 272.93 | 0.66 | 0.49 |
| Hex | 84 | 2A | CE | 24 | 50 | 0 | 13 | 111 | 42 | 31 |
| Octal | 204 | 52 | 316 | 44 | 120 | 0 | 23 | 421 | 102 | 61 |
| Binary | 10000100 | 101010 | 11001110 | 100100 | 1010000 | 0 | 10011 | 100010001 | 1000010 | 110001 |
Color Harmonies of #842ACE
Complementary color
Monochromatic Colors of #842ACE
Black with #842ACE
Text Example
Text Example
White with #842ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842ACE; }
p { color: rgb(132,42,206); }
H1.HeaderClassName
{
color: #842ACE;
}
.AnyTagClassName
{
color: #842ACE;
}
</style>
background-color css
<style>
a { background-color: #842ACE; }
a { background-color: rgb(132,42,206); }
div.DivClassName
{
background-color: #842ACE;
}
.BgClassName
{
background-color: #842ACE;
}
</style>
border-color css
<style>
span { border-color: #842ACE; }
span { border-color: rgb(132,42,206); }
td.TdClassName
{
border-color: #842ACE;
}
.TagClassName
{
border-color: #842ACE;
}
</style>