Shades of Vivid Violet #84418D
Tints of Vivid Violet #84418D
RGB
CMYK
RGB Variations
Color information
#84418D (or 0x84418D) is known color: Vivid Violet. HEX triplet: 84, 41 and 8D. RGB value is (132,65,141). Sum of RGB (Red+Green+Blue) = 132+65+141=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #84418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84418D is #7BBE72. Grayscale: #5D5D5D. Windows color (decimal): -8109683 or 9257348. OLE color: 9257348.
HSL color Cylindrical-coordinate representation of color #84418D: hue angle of 292.89º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84418D is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 65 | 141 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.45 |
| HSL | 292.89º | 0.37% | 0.4% | - |
| HSV(B) | 292.89º | 0.54% | 0.55% | - |
| XYZ | 16.21 | 10.61 | 26.39 | - |
| YUV | 93.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 141 | 0.06 | 0.54 | 0 | 0.45 | 292.89 | 0.37 | 0.4 |
| Hex | 84 | 41 | 8D | 6 | 36 | 0 | 2D | 125 | 25 | 28 |
| Octal | 204 | 101 | 215 | 6 | 66 | 0 | 55 | 445 | 45 | 50 |
| Binary | 10000100 | 1000001 | 10001101 | 110 | 110110 | 0 | 101101 | 100100101 | 100101 | 101000 |
Color Harmonies of #84418D
Complementary color
Monochromatic Colors of #84418D
Black with #84418D
Text Example
Text Example
White with #84418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84418D; }
p { color: rgb(132,65,141); }
H1.HeaderClassName
{
color: #84418D;
}
.AnyTagClassName
{
color: #84418D;
}
</style>
background-color css
<style>
a { background-color: #84418D; }
a { background-color: rgb(132,65,141); }
div.DivClassName
{
background-color: #84418D;
}
.BgClassName
{
background-color: #84418D;
}
</style>
border-color css
<style>
span { border-color: #84418D; }
span { border-color: rgb(132,65,141); }
td.TdClassName
{
border-color: #84418D;
}
.TagClassName
{
border-color: #84418D;
}
</style>