Shades of Vivid Violet #84208F
Tints of Vivid Violet #84208F
RGB
CMYK
RGB Variations
Color information
#84208F (or 0x84208F) is known color: Vivid Violet. HEX triplet: 84, 20 and 8F. RGB value is (132,32,143). Sum of RGB (Red+Green+Blue) = 132+32+143=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 143 - color contains mainly: blue. Hex color #84208F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84208F is #7BDF70. Grayscale: #4A4A4A. Windows color (decimal): -8118129 or 9379972. OLE color: 9379972.
HSL color Cylindrical-coordinate representation of color #84208F: hue angle of 294.05º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84208F is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 32 | 143 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.44 |
| HSL | 294.05º | 0.63% | 0.34% | - |
| HSV(B) | 294.05º | 0.78% | 0.56% | - |
| XYZ | 14.99 | 7.92 | 26.73 | - |
| YUV | 74.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 143 | 0.08 | 0.78 | 0 | 0.44 | 294.05 | 0.63 | 0.34 |
| Hex | 84 | 20 | 8F | 8 | 4E | 0 | 2C | 126 | 3F | 22 |
| Octal | 204 | 40 | 217 | 10 | 116 | 0 | 54 | 446 | 77 | 42 |
| Binary | 10000100 | 100000 | 10001111 | 1000 | 1001110 | 0 | 101100 | 100100110 | 111111 | 100010 |
Color Harmonies of #84208F
Complementary color
Monochromatic Colors of #84208F
Black with #84208F
Text Example
Text Example
White with #84208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84208F; }
p { color: rgb(132,32,143); }
H1.HeaderClassName
{
color: #84208F;
}
.AnyTagClassName
{
color: #84208F;
}
</style>
background-color css
<style>
a { background-color: #84208F; }
a { background-color: rgb(132,32,143); }
div.DivClassName
{
background-color: #84208F;
}
.BgClassName
{
background-color: #84208F;
}
</style>
border-color css
<style>
span { border-color: #84208F; }
span { border-color: rgb(132,32,143); }
td.TdClassName
{
border-color: #84208F;
}
.TagClassName
{
border-color: #84208F;
}
</style>