Shades of Vivid Violet #84348B
Tints of Vivid Violet #84348B
RGB
CMYK
RGB Variations
Color information
#84348B (or 0x84348B) is known color: Vivid Violet. HEX triplet: 84, 34 and 8B. RGB value is (132,52,139). Sum of RGB (Red+Green+Blue) = 132+52+139=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #84348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84348B is #7BCB74. Grayscale: #555555. Windows color (decimal): -8113013 or 9122948. OLE color: 9122948.
HSL color Cylindrical-coordinate representation of color #84348B: hue angle of 295.17º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84348B is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 52 | 139 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.45 |
| HSL | 295.17º | 0.46% | 0.37% | - |
| HSV(B) | 295.17º | 0.63% | 0.55% | - |
| XYZ | 15.4 | 9.23 | 25.39 | - |
| YUV | 85.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 139 | 0.05 | 0.63 | 0 | 0.45 | 295.17 | 0.46 | 0.37 |
| Hex | 84 | 34 | 8B | 5 | 3F | 0 | 2D | 127 | 2E | 25 |
| Octal | 204 | 64 | 213 | 5 | 77 | 0 | 55 | 447 | 56 | 45 |
| Binary | 10000100 | 110100 | 10001011 | 101 | 111111 | 0 | 101101 | 100100111 | 101110 | 100101 |
Color Harmonies of #84348B
Complementary color
Monochromatic Colors of #84348B
Black with #84348B
Text Example
Text Example
White with #84348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84348B; }
p { color: rgb(132,52,139); }
H1.HeaderClassName
{
color: #84348B;
}
.AnyTagClassName
{
color: #84348B;
}
</style>
background-color css
<style>
a { background-color: #84348B; }
a { background-color: rgb(132,52,139); }
div.DivClassName
{
background-color: #84348B;
}
.BgClassName
{
background-color: #84348B;
}
</style>
border-color css
<style>
span { border-color: #84348B; }
span { border-color: rgb(132,52,139); }
td.TdClassName
{
border-color: #84348B;
}
.TagClassName
{
border-color: #84348B;
}
</style>