Shades of Vivid Violet #842493
Tints of Vivid Violet #842493
RGB
CMYK
RGB Variations
Color information
#842493 (or 0x842493) is known color: Vivid Violet. HEX triplet: 84, 24 and 93. RGB value is (132,36,147). Sum of RGB (Red+Green+Blue) = 132+36+147=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #842493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842493 is #7BDB6C. Grayscale: #4D4D4D. Windows color (decimal): -8117101 or 9643140. OLE color: 9643140.
HSL color Cylindrical-coordinate representation of color #842493: hue angle of 291.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842493 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 36 | 147 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.42 |
| HSL | 291.89º | 0.61% | 0.36% | - |
| HSV(B) | 291.89º | 0.76% | 0.58% | - |
| XYZ | 15.41 | 8.27 | 28.39 | - |
| YUV | 77.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 36 | 147 | 0.10 | 0.76 | 0 | 0.42 | 291.89 | 0.61 | 0.36 |
| Hex | 84 | 24 | 93 | A | 4C | 0 | 2A | 124 | 3D | 24 |
| Octal | 204 | 44 | 223 | 12 | 114 | 0 | 52 | 444 | 75 | 44 |
| Binary | 10000100 | 100100 | 10010011 | 1010 | 1001100 | 0 | 101010 | 100100100 | 111101 | 100100 |
Color Harmonies of #842493
Complementary color
Monochromatic Colors of #842493
Black with #842493
Text Example
Text Example
White with #842493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842493; }
p { color: rgb(132,36,147); }
H1.HeaderClassName
{
color: #842493;
}
.AnyTagClassName
{
color: #842493;
}
</style>
background-color css
<style>
a { background-color: #842493; }
a { background-color: rgb(132,36,147); }
div.DivClassName
{
background-color: #842493;
}
.BgClassName
{
background-color: #842493;
}
</style>
border-color css
<style>
span { border-color: #842493; }
span { border-color: rgb(132,36,147); }
td.TdClassName
{
border-color: #842493;
}
.TagClassName
{
border-color: #842493;
}
</style>