Shades of Vivid Violet #84209F
Tints of Vivid Violet #84209F
RGB
CMYK
RGB Variations
Color information
#84209F (or 0x84209F) is known color: Vivid Violet. HEX triplet: 84, 20 and 9F. RGB value is (132,32,159). Sum of RGB (Red+Green+Blue) = 132+32+159=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #84209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84209F is #7BDF60. Grayscale: #4B4B4B. Windows color (decimal): -8118113 or 10428548. OLE color: 10428548.
HSL color Cylindrical-coordinate representation of color #84209F: hue angle of 287.24º 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 #84209F is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 32 | 159 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.38 |
| HSL | 287.24º | 0.66% | 0.37% | - |
| HSV(B) | 287.24º | 0.8% | 0.62% | - |
| XYZ | 16.29 | 8.44 | 33.57 | - |
| YUV | 76.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 159 | 0.17 | 0.80 | 0 | 0.38 | 287.24 | 0.66 | 0.37 |
| Hex | 84 | 20 | 9F | 11 | 50 | 0 | 26 | 11F | 42 | 25 |
| Octal | 204 | 40 | 237 | 21 | 120 | 0 | 46 | 437 | 102 | 45 |
| Binary | 10000100 | 100000 | 10011111 | 10001 | 1010000 | 0 | 100110 | 100011111 | 1000010 | 100101 |
Color Harmonies of #84209F
Complementary color
Monochromatic Colors of #84209F
Black with #84209F
Text Example
Text Example
White with #84209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84209F; }
p { color: rgb(132,32,159); }
H1.HeaderClassName
{
color: #84209F;
}
.AnyTagClassName
{
color: #84209F;
}
</style>
background-color css
<style>
a { background-color: #84209F; }
a { background-color: rgb(132,32,159); }
div.DivClassName
{
background-color: #84209F;
}
.BgClassName
{
background-color: #84209F;
}
</style>
border-color css
<style>
span { border-color: #84209F; }
span { border-color: rgb(132,32,159); }
td.TdClassName
{
border-color: #84209F;
}
.TagClassName
{
border-color: #84209F;
}
</style>