Shades of Vivid Violet #84209D
Tints of Vivid Violet #84209D
RGB
CMYK
RGB Variations
Color information
#84209D (or 0x84209D) is known color: Vivid Violet. HEX triplet: 84, 20 and 9D. RGB value is (132,32,157). Sum of RGB (Red+Green+Blue) = 132+32+157=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #84209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84209D is #7BDF62. Grayscale: #4B4B4B. Windows color (decimal): -8118115 or 10297476. OLE color: 10297476.
HSL color Cylindrical-coordinate representation of color #84209D: hue angle of 288º 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 #84209D is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 32 | 157 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.38 |
| HSL | 288º | 0.66% | 0.37% | - |
| HSV(B) | 288º | 0.8% | 0.62% | - |
| XYZ | 16.12 | 8.37 | 32.66 | - |
| YUV | 76.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 157 | 0.16 | 0.80 | 0 | 0.38 | 288 | 0.66 | 0.37 |
| Hex | 84 | 20 | 9D | 10 | 50 | 0 | 26 | 120 | 42 | 25 |
| Octal | 204 | 40 | 235 | 20 | 120 | 0 | 46 | 440 | 102 | 45 |
| Binary | 10000100 | 100000 | 10011101 | 10000 | 1010000 | 0 | 100110 | 100100000 | 1000010 | 100101 |
Color Harmonies of #84209D
Complementary color
Monochromatic Colors of #84209D
Black with #84209D
Text Example
Text Example
White with #84209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84209D; }
p { color: rgb(132,32,157); }
H1.HeaderClassName
{
color: #84209D;
}
.AnyTagClassName
{
color: #84209D;
}
</style>
background-color css
<style>
a { background-color: #84209D; }
a { background-color: rgb(132,32,157); }
div.DivClassName
{
background-color: #84209D;
}
.BgClassName
{
background-color: #84209D;
}
</style>
border-color css
<style>
span { border-color: #84209D; }
span { border-color: rgb(132,32,157); }
td.TdClassName
{
border-color: #84209D;
}
.TagClassName
{
border-color: #84209D;
}
</style>