Shades of Vivid Violet #84318C
Tints of Vivid Violet #84318C
RGB
CMYK
RGB Variations
Color information
#84318C (or 0x84318C) is known color: Vivid Violet. HEX triplet: 84, 31 and 8C. RGB value is (132,49,140). Sum of RGB (Red+Green+Blue) = 132+49+140=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #84318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84318C is #7BCE73. Grayscale: #535353. Windows color (decimal): -8113780 or 9187716. OLE color: 9187716.
HSL color Cylindrical-coordinate representation of color #84318C: hue angle of 294.73º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84318C is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 49 | 140 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.45 |
| HSL | 294.73º | 0.48% | 0.37% | - |
| HSV(B) | 294.73º | 0.65% | 0.55% | - |
| XYZ | 15.35 | 9 | 25.74 | - |
| YUV | 84.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 140 | 0.06 | 0.65 | 0 | 0.45 | 294.73 | 0.48 | 0.37 |
| Hex | 84 | 31 | 8C | 6 | 41 | 0 | 2D | 127 | 30 | 25 |
| Octal | 204 | 61 | 214 | 6 | 101 | 0 | 55 | 447 | 60 | 45 |
| Binary | 10000100 | 110001 | 10001100 | 110 | 1000001 | 0 | 101101 | 100100111 | 110000 | 100101 |
Color Harmonies of #84318C
Complementary color
Monochromatic Colors of #84318C
Black with #84318C
Text Example
Text Example
White with #84318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84318C; }
p { color: rgb(132,49,140); }
H1.HeaderClassName
{
color: #84318C;
}
.AnyTagClassName
{
color: #84318C;
}
</style>
background-color css
<style>
a { background-color: #84318C; }
a { background-color: rgb(132,49,140); }
div.DivClassName
{
background-color: #84318C;
}
.BgClassName
{
background-color: #84318C;
}
</style>
border-color css
<style>
span { border-color: #84318C; }
span { border-color: rgb(132,49,140); }
td.TdClassName
{
border-color: #84318C;
}
.TagClassName
{
border-color: #84318C;
}
</style>