Shades of Vivid Violet #842BA9
Tints of Vivid Violet #842BA9
RGB
CMYK
RGB Variations
Color information
#842BA9 (or 0x842BA9) is known color: Vivid Violet. HEX triplet: 84, 2B and A9. RGB value is (132,43,169). Sum of RGB (Red+Green+Blue) = 132+43+169=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 169 (66.41% from 255 or 49.13% from 344); Max value from RGB is 169 - color contains mainly: blue. Hex color #842BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842BA9 is #7BD456. Grayscale: #535353. Windows color (decimal): -8115287 or 11086724. OLE color: 11086724.
HSL color Cylindrical-coordinate representation of color #842BA9: hue angle of 282.38º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842BA9 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 43 | 169 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.34 |
| HSL | 282.38º | 0.59% | 0.42% | - |
| HSV(B) | 282.38º | 0.75% | 0.66% | - |
| XYZ | 17.54 | 9.5 | 38.44 | - |
| YUV | 83.98 | 175.99 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 169 | 0.22 | 0.75 | 0 | 0.34 | 282.38 | 0.59 | 0.42 |
| Hex | 84 | 2B | A9 | 16 | 4B | 0 | 22 | 11A | 3B | 2A |
| Octal | 204 | 53 | 251 | 26 | 113 | 0 | 42 | 432 | 73 | 52 |
| Binary | 10000100 | 101011 | 10101001 | 10110 | 1001011 | 0 | 100010 | 100011010 | 111011 | 101010 |
Color Harmonies of #842BA9
Complementary color
Monochromatic Colors of #842BA9
Black with #842BA9
Text Example
Text Example
White with #842BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BA9; }
p { color: rgb(132,43,169); }
H1.HeaderClassName
{
color: #842BA9;
}
.AnyTagClassName
{
color: #842BA9;
}
</style>
background-color css
<style>
a { background-color: #842BA9; }
a { background-color: rgb(132,43,169); }
div.DivClassName
{
background-color: #842BA9;
}
.BgClassName
{
background-color: #842BA9;
}
</style>
border-color css
<style>
span { border-color: #842BA9; }
span { border-color: rgb(132,43,169); }
td.TdClassName
{
border-color: #842BA9;
}
.TagClassName
{
border-color: #842BA9;
}
</style>