Shades of Vivid Violet #84408A
Tints of Vivid Violet #84408A
RGB
CMYK
RGB Variations
Color information
#84408A (or 0x84408A) is known color: Vivid Violet. HEX triplet: 84, 40 and 8A. RGB value is (132,64,138). Sum of RGB (Red+Green+Blue) = 132+64+138=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #84408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84408A is #7BBF75. Grayscale: #5C5C5C. Windows color (decimal): -8109942 or 9060484. OLE color: 9060484.
HSL color Cylindrical-coordinate representation of color #84408A: hue angle of 295.14º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84408A is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 64 | 138 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.46 |
| HSL | 295.14º | 0.37% | 0.4% | - |
| HSV(B) | 295.14º | 0.54% | 0.54% | - |
| XYZ | 15.94 | 10.41 | 25.21 | - |
| YUV | 92.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 138 | 0.04 | 0.54 | 0 | 0.46 | 295.14 | 0.37 | 0.4 |
| Hex | 84 | 40 | 8A | 4 | 36 | 0 | 2E | 127 | 25 | 28 |
| Octal | 204 | 100 | 212 | 4 | 66 | 0 | 56 | 447 | 45 | 50 |
| Binary | 10000100 | 1000000 | 10001010 | 100 | 110110 | 0 | 101110 | 100100111 | 100101 | 101000 |
Color Harmonies of #84408A
Complementary color
Monochromatic Colors of #84408A
Black with #84408A
Text Example
Text Example
White with #84408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84408A; }
p { color: rgb(132,64,138); }
H1.HeaderClassName
{
color: #84408A;
}
.AnyTagClassName
{
color: #84408A;
}
</style>
background-color css
<style>
a { background-color: #84408A; }
a { background-color: rgb(132,64,138); }
div.DivClassName
{
background-color: #84408A;
}
.BgClassName
{
background-color: #84408A;
}
</style>
border-color css
<style>
span { border-color: #84408A; }
span { border-color: rgb(132,64,138); }
td.TdClassName
{
border-color: #84408A;
}
.TagClassName
{
border-color: #84408A;
}
</style>