Shades of Vivid Violet #84349D
Tints of Vivid Violet #84349D
RGB
CMYK
RGB Variations
Color information
#84349D (or 0x84349D) is known color: Vivid Violet. HEX triplet: 84, 34 and 9D. RGB value is (132,52,157). Sum of RGB (Red+Green+Blue) = 132+52+157=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 157 - color contains mainly: blue. Hex color #84349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84349D is #7BCB62. Grayscale: #575757. Windows color (decimal): -8112995 or 10302596. OLE color: 10302596.
HSL color Cylindrical-coordinate representation of color #84349D: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84349D is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 52 | 157 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.38 |
| HSL | 285.71º | 0.5% | 0.41% | - |
| HSV(B) | 285.71º | 0.67% | 0.62% | - |
| XYZ | 16.83 | 9.8 | 32.9 | - |
| YUV | 87.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 157 | 0.16 | 0.67 | 0 | 0.38 | 285.71 | 0.5 | 0.41 |
| Hex | 84 | 34 | 9D | 10 | 43 | 0 | 26 | 11E | 32 | 29 |
| Octal | 204 | 64 | 235 | 20 | 103 | 0 | 46 | 436 | 62 | 51 |
| Binary | 10000100 | 110100 | 10011101 | 10000 | 1000011 | 0 | 100110 | 100011110 | 110010 | 101001 |
Color Harmonies of #84349D
Complementary color
Monochromatic Colors of #84349D
Black with #84349D
Text Example
Text Example
White with #84349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84349D; }
p { color: rgb(132,52,157); }
H1.HeaderClassName
{
color: #84349D;
}
.AnyTagClassName
{
color: #84349D;
}
</style>
background-color css
<style>
a { background-color: #84349D; }
a { background-color: rgb(132,52,157); }
div.DivClassName
{
background-color: #84349D;
}
.BgClassName
{
background-color: #84349D;
}
</style>
border-color css
<style>
span { border-color: #84349D; }
span { border-color: rgb(132,52,157); }
td.TdClassName
{
border-color: #84349D;
}
.TagClassName
{
border-color: #84349D;
}
</style>