Shades of Vivid Violet #842AAC
Tints of Vivid Violet #842AAC
RGB
CMYK
RGB Variations
Color information
#842AAC (or 0x842AAC) is known color: Vivid Violet. HEX triplet: 84, 2A and AC. RGB value is (132,42,172). Sum of RGB (Red+Green+Blue) = 132+42+172=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #842AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842AAC is #7BD553. Grayscale: #535353. Windows color (decimal): -8115540 or 11283076. OLE color: 11283076.
HSL color Cylindrical-coordinate representation of color #842AAC: hue angle of 281.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842AAC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 42 | 172 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.33 |
| HSL | 281.54º | 0.61% | 0.42% | - |
| HSV(B) | 281.54º | 0.76% | 0.67% | - |
| XYZ | 17.79 | 9.54 | 39.93 | - |
| YUV | 83.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 42 | 172 | 0.23 | 0.76 | 0 | 0.33 | 281.54 | 0.61 | 0.42 |
| Hex | 84 | 2A | AC | 17 | 4C | 0 | 21 | 11A | 3D | 2A |
| Octal | 204 | 52 | 254 | 27 | 114 | 0 | 41 | 432 | 75 | 52 |
| Binary | 10000100 | 101010 | 10101100 | 10111 | 1001100 | 0 | 100001 | 100011010 | 111101 | 101010 |
Color Harmonies of #842AAC
Complementary color
Monochromatic Colors of #842AAC
Black with #842AAC
Text Example
Text Example
White with #842AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842AAC; }
p { color: rgb(132,42,172); }
H1.HeaderClassName
{
color: #842AAC;
}
.AnyTagClassName
{
color: #842AAC;
}
</style>
background-color css
<style>
a { background-color: #842AAC; }
a { background-color: rgb(132,42,172); }
div.DivClassName
{
background-color: #842AAC;
}
.BgClassName
{
background-color: #842AAC;
}
</style>
border-color css
<style>
span { border-color: #842AAC; }
span { border-color: rgb(132,42,172); }
td.TdClassName
{
border-color: #842AAC;
}
.TagClassName
{
border-color: #842AAC;
}
</style>