Shades of Vivid Violet #842C8D
Tints of Vivid Violet #842C8D
RGB
CMYK
RGB Variations
Color information
#842C8D (or 0x842C8D) is known color: Vivid Violet. HEX triplet: 84, 2C and 8D. RGB value is (132,44,141). Sum of RGB (Red+Green+Blue) = 132+44+141=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #842C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842C8D is #7BD372. Grayscale: #515151. Windows color (decimal): -8115059 or 9251972. OLE color: 9251972.
HSL color Cylindrical-coordinate representation of color #842C8D: hue angle of 294.43º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842C8D is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 44 | 141 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.45 |
| HSL | 294.43º | 0.52% | 0.36% | - |
| HSV(B) | 294.43º | 0.69% | 0.55% | - |
| XYZ | 15.22 | 8.63 | 26.06 | - |
| YUV | 81.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 44 | 141 | 0.06 | 0.69 | 0 | 0.45 | 294.43 | 0.52 | 0.36 |
| Hex | 84 | 2C | 8D | 6 | 45 | 0 | 2D | 126 | 34 | 24 |
| Octal | 204 | 54 | 215 | 6 | 105 | 0 | 55 | 446 | 64 | 44 |
| Binary | 10000100 | 101100 | 10001101 | 110 | 1000101 | 0 | 101101 | 100100110 | 110100 | 100100 |
Color Harmonies of #842C8D
Complementary color
Monochromatic Colors of #842C8D
Black with #842C8D
Text Example
Text Example
White with #842C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842C8D; }
p { color: rgb(132,44,141); }
H1.HeaderClassName
{
color: #842C8D;
}
.AnyTagClassName
{
color: #842C8D;
}
</style>
background-color css
<style>
a { background-color: #842C8D; }
a { background-color: rgb(132,44,141); }
div.DivClassName
{
background-color: #842C8D;
}
.BgClassName
{
background-color: #842C8D;
}
</style>
border-color css
<style>
span { border-color: #842C8D; }
span { border-color: rgb(132,44,141); }
td.TdClassName
{
border-color: #842C8D;
}
.TagClassName
{
border-color: #842C8D;
}
</style>