Shades of Vivid Violet #84218C
Tints of Vivid Violet #84218C
RGB
CMYK
RGB Variations
Color information
#84218C (or 0x84218C) is known color: Vivid Violet. HEX triplet: 84, 21 and 8C. RGB value is (132,33,140). Sum of RGB (Red+Green+Blue) = 132+33+140=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #84218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84218C is #7BDE73. Grayscale: #4A4A4A. Windows color (decimal): -8117876 or 9183620. OLE color: 9183620.
HSL color Cylindrical-coordinate representation of color #84218C: hue angle of 295.51º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84218C is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 33 | 140 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.45 |
| HSL | 295.51º | 0.62% | 0.34% | - |
| HSV(B) | 295.51º | 0.76% | 0.55% | - |
| XYZ | 14.79 | 7.89 | 25.55 | - |
| YUV | 74.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 140 | 0.06 | 0.76 | 0 | 0.45 | 295.51 | 0.62 | 0.34 |
| Hex | 84 | 21 | 8C | 6 | 4C | 0 | 2D | 128 | 3E | 22 |
| Octal | 204 | 41 | 214 | 6 | 114 | 0 | 55 | 450 | 76 | 42 |
| Binary | 10000100 | 100001 | 10001100 | 110 | 1001100 | 0 | 101101 | 100101000 | 111110 | 100010 |
Color Harmonies of #84218C
Complementary color
Monochromatic Colors of #84218C
Black with #84218C
Text Example
Text Example
White with #84218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84218C; }
p { color: rgb(132,33,140); }
H1.HeaderClassName
{
color: #84218C;
}
.AnyTagClassName
{
color: #84218C;
}
</style>
background-color css
<style>
a { background-color: #84218C; }
a { background-color: rgb(132,33,140); }
div.DivClassName
{
background-color: #84218C;
}
.BgClassName
{
background-color: #84218C;
}
</style>
border-color css
<style>
span { border-color: #84218C; }
span { border-color: rgb(132,33,140); }
td.TdClassName
{
border-color: #84218C;
}
.TagClassName
{
border-color: #84218C;
}
</style>