Shades of Vivid Violet #84209E
Tints of Vivid Violet #84209E
RGB
CMYK
RGB Variations
Color information
#84209E (or 0x84209E) is known color: Vivid Violet. HEX triplet: 84, 20 and 9E. RGB value is (132,32,158). Sum of RGB (Red+Green+Blue) = 132+32+158=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #84209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84209E is #7BDF61. Grayscale: #4B4B4B. Windows color (decimal): -8118114 or 10363012. OLE color: 10363012.
HSL color Cylindrical-coordinate representation of color #84209E: hue angle of 287.62º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84209E is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 32 | 158 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.38 |
| HSL | 287.62º | 0.66% | 0.37% | - |
| HSV(B) | 287.62º | 0.8% | 0.62% | - |
| XYZ | 16.2 | 8.41 | 33.12 | - |
| YUV | 76.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 158 | 0.16 | 0.80 | 0 | 0.38 | 287.62 | 0.66 | 0.37 |
| Hex | 84 | 20 | 9E | 10 | 50 | 0 | 26 | 120 | 42 | 25 |
| Octal | 204 | 40 | 236 | 20 | 120 | 0 | 46 | 440 | 102 | 45 |
| Binary | 10000100 | 100000 | 10011110 | 10000 | 1010000 | 0 | 100110 | 100100000 | 1000010 | 100101 |
Color Harmonies of #84209E
Complementary color
Monochromatic Colors of #84209E
Black with #84209E
Text Example
Text Example
White with #84209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84209E; }
p { color: rgb(132,32,158); }
H1.HeaderClassName
{
color: #84209E;
}
.AnyTagClassName
{
color: #84209E;
}
</style>
background-color css
<style>
a { background-color: #84209E; }
a { background-color: rgb(132,32,158); }
div.DivClassName
{
background-color: #84209E;
}
.BgClassName
{
background-color: #84209E;
}
</style>
border-color css
<style>
span { border-color: #84209E; }
span { border-color: rgb(132,32,158); }
td.TdClassName
{
border-color: #84209E;
}
.TagClassName
{
border-color: #84209E;
}
</style>