Shades of Vivid Violet #84369D
Tints of Vivid Violet #84369D
RGB
CMYK
RGB Variations
Color information
#84369D (or 0x84369D) is known color: Vivid Violet. HEX triplet: 84, 36 and 9D. RGB value is (132,54,157). Sum of RGB (Red+Green+Blue) = 132+54+157=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #84369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84369D is #7BC962. Grayscale: #585858. Windows color (decimal): -8112483 or 10303108. OLE color: 10303108.
HSL color Cylindrical-coordinate representation of color #84369D: hue angle of 285.44º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84369D is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 54 | 157 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.38 |
| HSL | 285.44º | 0.49% | 0.41% | - |
| HSV(B) | 285.44º | 0.66% | 0.62% | - |
| XYZ | 16.92 | 9.98 | 32.93 | - |
| YUV | 89.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 157 | 0.16 | 0.66 | 0 | 0.38 | 285.44 | 0.49 | 0.41 |
| Hex | 84 | 36 | 9D | 10 | 42 | 0 | 26 | 11D | 31 | 29 |
| Octal | 204 | 66 | 235 | 20 | 102 | 0 | 46 | 435 | 61 | 51 |
| Binary | 10000100 | 110110 | 10011101 | 10000 | 1000010 | 0 | 100110 | 100011101 | 110001 | 101001 |
Color Harmonies of #84369D
Complementary color
Monochromatic Colors of #84369D
Black with #84369D
Text Example
Text Example
White with #84369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84369D; }
p { color: rgb(132,54,157); }
H1.HeaderClassName
{
color: #84369D;
}
.AnyTagClassName
{
color: #84369D;
}
</style>
background-color css
<style>
a { background-color: #84369D; }
a { background-color: rgb(132,54,157); }
div.DivClassName
{
background-color: #84369D;
}
.BgClassName
{
background-color: #84369D;
}
</style>
border-color css
<style>
span { border-color: #84369D; }
span { border-color: rgb(132,54,157); }
td.TdClassName
{
border-color: #84369D;
}
.TagClassName
{
border-color: #84369D;
}
</style>