Shades of Vivid Violet #842DAC
Tints of Vivid Violet #842DAC
RGB
CMYK
RGB Variations
Color information
#842DAC (or 0x842DAC) is known color: Vivid Violet. HEX triplet: 84, 2D and AC. RGB value is (132,45,172). Sum of RGB (Red+Green+Blue) = 132+45+172=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #842DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842DAC is #7BD253. Grayscale: #555555. Windows color (decimal): -8114772 or 11283844. OLE color: 11283844.
HSL color Cylindrical-coordinate representation of color #842DAC: hue angle of 281.1º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842DAC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 45 | 172 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.33 |
| HSL | 281.1º | 0.59% | 0.43% | - |
| HSV(B) | 281.1º | 0.74% | 0.67% | - |
| XYZ | 17.9 | 9.76 | 39.97 | - |
| YUV | 85.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 172 | 0.23 | 0.74 | 0 | 0.33 | 281.1 | 0.59 | 0.43 |
| Hex | 84 | 2D | AC | 17 | 4A | 0 | 21 | 119 | 3B | 2B |
| Octal | 204 | 55 | 254 | 27 | 112 | 0 | 41 | 431 | 73 | 53 |
| Binary | 10000100 | 101101 | 10101100 | 10111 | 1001010 | 0 | 100001 | 100011001 | 111011 | 101011 |
Color Harmonies of #842DAC
Complementary color
Monochromatic Colors of #842DAC
Black with #842DAC
Text Example
Text Example
White with #842DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DAC; }
p { color: rgb(132,45,172); }
H1.HeaderClassName
{
color: #842DAC;
}
.AnyTagClassName
{
color: #842DAC;
}
</style>
background-color css
<style>
a { background-color: #842DAC; }
a { background-color: rgb(132,45,172); }
div.DivClassName
{
background-color: #842DAC;
}
.BgClassName
{
background-color: #842DAC;
}
</style>
border-color css
<style>
span { border-color: #842DAC; }
span { border-color: rgb(132,45,172); }
td.TdClassName
{
border-color: #842DAC;
}
.TagClassName
{
border-color: #842DAC;
}
</style>