Shades of Vivid Violet #842BAC
Tints of Vivid Violet #842BAC
RGB
CMYK
RGB Variations
Color information
#842BAC (or 0x842BAC) is known color: Vivid Violet. HEX triplet: 84, 2B and AC. RGB value is (132,43,172). Sum of RGB (Red+Green+Blue) = 132+43+172=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #842BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842BAC is #7BD453. Grayscale: #535353. Windows color (decimal): -8115284 or 11283332. OLE color: 11283332.
HSL color Cylindrical-coordinate representation of color #842BAC: hue angle of 281.4º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842BAC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 43 | 172 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.33 |
| HSL | 281.4º | 0.6% | 0.42% | - |
| HSV(B) | 281.4º | 0.75% | 0.67% | - |
| XYZ | 17.83 | 9.61 | 39.95 | - |
| YUV | 84.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 43 | 172 | 0.23 | 0.75 | 0 | 0.33 | 281.4 | 0.6 | 0.42 |
| Hex | 84 | 2B | AC | 17 | 4B | 0 | 21 | 119 | 3C | 2A |
| Octal | 204 | 53 | 254 | 27 | 113 | 0 | 41 | 431 | 74 | 52 |
| Binary | 10000100 | 101011 | 10101100 | 10111 | 1001011 | 0 | 100001 | 100011001 | 111100 | 101010 |
Color Harmonies of #842BAC
Complementary color
Monochromatic Colors of #842BAC
Black with #842BAC
Text Example
Text Example
White with #842BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842BAC; }
p { color: rgb(132,43,172); }
H1.HeaderClassName
{
color: #842BAC;
}
.AnyTagClassName
{
color: #842BAC;
}
</style>
background-color css
<style>
a { background-color: #842BAC; }
a { background-color: rgb(132,43,172); }
div.DivClassName
{
background-color: #842BAC;
}
.BgClassName
{
background-color: #842BAC;
}
</style>
border-color css
<style>
span { border-color: #842BAC; }
span { border-color: rgb(132,43,172); }
td.TdClassName
{
border-color: #842BAC;
}
.TagClassName
{
border-color: #842BAC;
}
</style>