Shades of Vivid Violet #84378D
Tints of Vivid Violet #84378D
RGB
CMYK
RGB Variations
Color information
#84378D (or 0x84378D) is known color: Vivid Violet. HEX triplet: 84, 37 and 8D. RGB value is (132,55,141). Sum of RGB (Red+Green+Blue) = 132+55+141=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #84378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84378D is #7BC872. Grayscale: #575757. Windows color (decimal): -8112243 or 9254788. OLE color: 9254788.
HSL color Cylindrical-coordinate representation of color #84378D: hue angle of 293.72º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84378D is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 55 | 141 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.45 |
| HSL | 293.72º | 0.44% | 0.38% | - |
| HSV(B) | 293.72º | 0.61% | 0.55% | - |
| XYZ | 15.69 | 9.56 | 26.22 | - |
| YUV | 87.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 141 | 0.06 | 0.61 | 0 | 0.45 | 293.72 | 0.44 | 0.38 |
| Hex | 84 | 37 | 8D | 6 | 3D | 0 | 2D | 126 | 2C | 26 |
| Octal | 204 | 67 | 215 | 6 | 75 | 0 | 55 | 446 | 54 | 46 |
| Binary | 10000100 | 110111 | 10001101 | 110 | 111101 | 0 | 101101 | 100100110 | 101100 | 100110 |
Color Harmonies of #84378D
Complementary color
Monochromatic Colors of #84378D
Black with #84378D
Text Example
Text Example
White with #84378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84378D; }
p { color: rgb(132,55,141); }
H1.HeaderClassName
{
color: #84378D;
}
.AnyTagClassName
{
color: #84378D;
}
</style>
background-color css
<style>
a { background-color: #84378D; }
a { background-color: rgb(132,55,141); }
div.DivClassName
{
background-color: #84378D;
}
.BgClassName
{
background-color: #84378D;
}
</style>
border-color css
<style>
span { border-color: #84378D; }
span { border-color: rgb(132,55,141); }
td.TdClassName
{
border-color: #84378D;
}
.TagClassName
{
border-color: #84378D;
}
</style>