Shades of Vivid Violet #84348E
Tints of Vivid Violet #84348E
RGB
CMYK
RGB Variations
Color information
#84348E (or 0x84348E) is known color: Vivid Violet. HEX triplet: 84, 34 and 8E. RGB value is (132,52,142). Sum of RGB (Red+Green+Blue) = 132+52+142=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #84348E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84348E is #7BCB71. Grayscale: #555555. Windows color (decimal): -8113010 or 9319556. OLE color: 9319556.
HSL color Cylindrical-coordinate representation of color #84348E: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84348E is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 52 | 142 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.44 |
| HSL | 293.33º | 0.46% | 0.38% | - |
| HSV(B) | 293.33º | 0.63% | 0.56% | - |
| XYZ | 15.63 | 9.31 | 26.57 | - |
| YUV | 86.18 | 159.5 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 142 | 0.07 | 0.63 | 0 | 0.44 | 293.33 | 0.46 | 0.38 |
| Hex | 84 | 34 | 8E | 7 | 3F | 0 | 2C | 125 | 2E | 26 |
| Octal | 204 | 64 | 216 | 7 | 77 | 0 | 54 | 445 | 56 | 46 |
| Binary | 10000100 | 110100 | 10001110 | 111 | 111111 | 0 | 101100 | 100100101 | 101110 | 100110 |
Color Harmonies of #84348E
Complementary color
Monochromatic Colors of #84348E
Black with #84348E
Text Example
Text Example
White with #84348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84348E; }
p { color: rgb(132,52,142); }
H1.HeaderClassName
{
color: #84348E;
}
.AnyTagClassName
{
color: #84348E;
}
</style>
background-color css
<style>
a { background-color: #84348E; }
a { background-color: rgb(132,52,142); }
div.DivClassName
{
background-color: #84348E;
}
.BgClassName
{
background-color: #84348E;
}
</style>
border-color css
<style>
span { border-color: #84348E; }
span { border-color: rgb(132,52,142); }
td.TdClassName
{
border-color: #84348E;
}
.TagClassName
{
border-color: #84348E;
}
</style>