Shades of Vivid Violet #84209C
Tints of Vivid Violet #84209C
RGB
CMYK
RGB Variations
Color information
#84209C (or 0x84209C) is known color: Vivid Violet. HEX triplet: 84, 20 and 9C. RGB value is (132,32,156). Sum of RGB (Red+Green+Blue) = 132+32+156=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #84209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84209C is #7BDF63. Grayscale: #4B4B4B. Windows color (decimal): -8118116 or 10231940. OLE color: 10231940.
HSL color Cylindrical-coordinate representation of color #84209C: hue angle of 288.39º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84209C is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 32 | 156 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.39 |
| HSL | 288.39º | 0.66% | 0.37% | - |
| HSV(B) | 288.39º | 0.79% | 0.61% | - |
| XYZ | 16.03 | 8.34 | 32.22 | - |
| YUV | 76.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 156 | 0.15 | 0.79 | 0 | 0.39 | 288.39 | 0.66 | 0.37 |
| Hex | 84 | 20 | 9C | F | 4F | 0 | 27 | 120 | 42 | 25 |
| Octal | 204 | 40 | 234 | 17 | 117 | 0 | 47 | 440 | 102 | 45 |
| Binary | 10000100 | 100000 | 10011100 | 1111 | 1001111 | 0 | 100111 | 100100000 | 1000010 | 100101 |
Color Harmonies of #84209C
Complementary color
Monochromatic Colors of #84209C
Black with #84209C
Text Example
Text Example
White with #84209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84209C; }
p { color: rgb(132,32,156); }
H1.HeaderClassName
{
color: #84209C;
}
.AnyTagClassName
{
color: #84209C;
}
</style>
background-color css
<style>
a { background-color: #84209C; }
a { background-color: rgb(132,32,156); }
div.DivClassName
{
background-color: #84209C;
}
.BgClassName
{
background-color: #84209C;
}
</style>
border-color css
<style>
span { border-color: #84209C; }
span { border-color: rgb(132,32,156); }
td.TdClassName
{
border-color: #84209C;
}
.TagClassName
{
border-color: #84209C;
}
</style>