Shades of Vivid Violet #84468D
Tints of Vivid Violet #84468D
RGB
CMYK
RGB Variations
Color information
#84468D (or 0x84468D) is known color: Vivid Violet. HEX triplet: 84, 46 and 8D. RGB value is (132,70,141). Sum of RGB (Red+Green+Blue) = 132+70+141=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #84468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84468D is #7BB972. Grayscale: #606060. Windows color (decimal): -8108403 or 9258628. OLE color: 9258628.
HSL color Cylindrical-coordinate representation of color #84468D: hue angle of 292.39º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84468D is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 70 | 141 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.45 |
| HSL | 292.39º | 0.34% | 0.41% | - |
| HSV(B) | 292.39º | 0.5% | 0.55% | - |
| XYZ | 16.51 | 11.21 | 26.49 | - |
| YUV | 96.63 | 153.04 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 141 | 0.06 | 0.50 | 0 | 0.45 | 292.39 | 0.34 | 0.41 |
| Hex | 84 | 46 | 8D | 6 | 32 | 0 | 2D | 124 | 22 | 29 |
| Octal | 204 | 106 | 215 | 6 | 62 | 0 | 55 | 444 | 42 | 51 |
| Binary | 10000100 | 1000110 | 10001101 | 110 | 110010 | 0 | 101101 | 100100100 | 100010 | 101001 |
Color Harmonies of #84468D
Complementary color
Monochromatic Colors of #84468D
Black with #84468D
Text Example
Text Example
White with #84468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84468D; }
p { color: rgb(132,70,141); }
H1.HeaderClassName
{
color: #84468D;
}
.AnyTagClassName
{
color: #84468D;
}
</style>
background-color css
<style>
a { background-color: #84468D; }
a { background-color: rgb(132,70,141); }
div.DivClassName
{
background-color: #84468D;
}
.BgClassName
{
background-color: #84468D;
}
</style>
border-color css
<style>
span { border-color: #84468D; }
span { border-color: rgb(132,70,141); }
td.TdClassName
{
border-color: #84468D;
}
.TagClassName
{
border-color: #84468D;
}
</style>