Shades of Vivid Violet #842FAC
Tints of Vivid Violet #842FAC
RGB
CMYK
RGB Variations
Color information
#842FAC (or 0x842FAC) is known color: Vivid Violet. HEX triplet: 84, 2F and AC. RGB value is (132,47,172). Sum of RGB (Red+Green+Blue) = 132+47+172=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #842FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842FAC is #7BD053. Grayscale: #565656. Windows color (decimal): -8114260 or 11284356. OLE color: 11284356.
HSL color Cylindrical-coordinate representation of color #842FAC: hue angle of 280.8º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842FAC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 47 | 172 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.33 |
| HSL | 280.8º | 0.57% | 0.43% | - |
| HSV(B) | 280.8º | 0.73% | 0.67% | - |
| XYZ | 17.98 | 9.92 | 40 | - |
| YUV | 86.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 172 | 0.23 | 0.73 | 0 | 0.33 | 280.8 | 0.57 | 0.43 |
| Hex | 84 | 2F | AC | 17 | 49 | 0 | 21 | 119 | 39 | 2B |
| Octal | 204 | 57 | 254 | 27 | 111 | 0 | 41 | 431 | 71 | 53 |
| Binary | 10000100 | 101111 | 10101100 | 10111 | 1001001 | 0 | 100001 | 100011001 | 111001 | 101011 |
Color Harmonies of #842FAC
Complementary color
Monochromatic Colors of #842FAC
Black with #842FAC
Text Example
Text Example
White with #842FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FAC; }
p { color: rgb(132,47,172); }
H1.HeaderClassName
{
color: #842FAC;
}
.AnyTagClassName
{
color: #842FAC;
}
</style>
background-color css
<style>
a { background-color: #842FAC; }
a { background-color: rgb(132,47,172); }
div.DivClassName
{
background-color: #842FAC;
}
.BgClassName
{
background-color: #842FAC;
}
</style>
border-color css
<style>
span { border-color: #842FAC; }
span { border-color: rgb(132,47,172); }
td.TdClassName
{
border-color: #842FAC;
}
.TagClassName
{
border-color: #842FAC;
}
</style>