Shades of Vivid Violet #84189D
Tints of Vivid Violet #84189D
RGB
CMYK
RGB Variations
Color information
#84189D (or 0x84189D) is known color: Vivid Violet. HEX triplet: 84, 18 and 9D. RGB value is (132,24,157). Sum of RGB (Red+Green+Blue) = 132+24+157=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #84189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84189D is #7BE762. Grayscale: #474747. Windows color (decimal): -8120163 or 10295428. OLE color: 10295428.
HSL color Cylindrical-coordinate representation of color #84189D: hue angle of 288.72º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84189D is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 24 | 157 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.38 |
| HSL | 288.72º | 0.73% | 0.35% | - |
| HSV(B) | 288.72º | 0.85% | 0.62% | - |
| XYZ | 15.93 | 7.99 | 32.6 | - |
| YUV | 71.45 | 176.28 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 157 | 0.16 | 0.85 | 0 | 0.38 | 288.72 | 0.73 | 0.35 |
| Hex | 84 | 18 | 9D | 10 | 55 | 0 | 26 | 121 | 49 | 23 |
| Octal | 204 | 30 | 235 | 20 | 125 | 0 | 46 | 441 | 111 | 43 |
| Binary | 10000100 | 11000 | 10011101 | 10000 | 1010101 | 0 | 100110 | 100100001 | 1001001 | 100011 |
Color Harmonies of #84189D
Complementary color
Monochromatic Colors of #84189D
Black with #84189D
Text Example
Text Example
White with #84189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84189D; }
p { color: rgb(132,24,157); }
H1.HeaderClassName
{
color: #84189D;
}
.AnyTagClassName
{
color: #84189D;
}
</style>
background-color css
<style>
a { background-color: #84189D; }
a { background-color: rgb(132,24,157); }
div.DivClassName
{
background-color: #84189D;
}
.BgClassName
{
background-color: #84189D;
}
</style>
border-color css
<style>
span { border-color: #84189D; }
span { border-color: rgb(132,24,157); }
td.TdClassName
{
border-color: #84189D;
}
.TagClassName
{
border-color: #84189D;
}
</style>