Shades of Vivid Violet #84498D
Tints of Vivid Violet #84498D
RGB
CMYK
RGB Variations
Color information
#84498D (or 0x84498D) is known color: Vivid Violet. HEX triplet: 84, 49 and 8D. RGB value is (132,73,141). Sum of RGB (Red+Green+Blue) = 132+73+141=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #84498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84498D is #7BB672. Grayscale: #626262. Windows color (decimal): -8107635 or 9259396. OLE color: 9259396.
HSL color Cylindrical-coordinate representation of color #84498D: hue angle of 292.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84498D is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 73 | 141 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.45 |
| HSL | 292.06º | 0.32% | 0.42% | - |
| HSV(B) | 292.06º | 0.48% | 0.55% | - |
| XYZ | 16.71 | 11.59 | 26.56 | - |
| YUV | 98.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 141 | 0.06 | 0.48 | 0 | 0.45 | 292.06 | 0.32 | 0.42 |
| Hex | 84 | 49 | 8D | 6 | 30 | 0 | 2D | 124 | 20 | 2A |
| Octal | 204 | 111 | 215 | 6 | 60 | 0 | 55 | 444 | 40 | 52 |
| Binary | 10000100 | 1001001 | 10001101 | 110 | 110000 | 0 | 101101 | 100100100 | 100000 | 101010 |
Color Harmonies of #84498D
Complementary color
Monochromatic Colors of #84498D
Black with #84498D
Text Example
Text Example
White with #84498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84498D; }
p { color: rgb(132,73,141); }
H1.HeaderClassName
{
color: #84498D;
}
.AnyTagClassName
{
color: #84498D;
}
</style>
background-color css
<style>
a { background-color: #84498D; }
a { background-color: rgb(132,73,141); }
div.DivClassName
{
background-color: #84498D;
}
.BgClassName
{
background-color: #84498D;
}
</style>
border-color css
<style>
span { border-color: #84498D; }
span { border-color: rgb(132,73,141); }
td.TdClassName
{
border-color: #84498D;
}
.TagClassName
{
border-color: #84498D;
}
</style>