Shades of Vivid Violet #84379F
Tints of Vivid Violet #84379F
RGB
CMYK
RGB Variations
Color information
#84379F (or 0x84379F) is known color: Vivid Violet. HEX triplet: 84, 37 and 9F. RGB value is (132,55,159). Sum of RGB (Red+Green+Blue) = 132+55+159=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #84379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84379F is #7BC860. Grayscale: #595959. Windows color (decimal): -8112225 or 10434436. OLE color: 10434436.
HSL color Cylindrical-coordinate representation of color #84379F: hue angle of 284.42º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84379F is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 55 | 159 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.38 |
| HSL | 284.42º | 0.49% | 0.42% | - |
| HSV(B) | 284.42º | 0.65% | 0.62% | - |
| XYZ | 17.14 | 10.14 | 33.85 | - |
| YUV | 89.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 55 | 159 | 0.17 | 0.65 | 0 | 0.38 | 284.42 | 0.49 | 0.42 |
| Hex | 84 | 37 | 9F | 11 | 41 | 0 | 26 | 11C | 31 | 2A |
| Octal | 204 | 67 | 237 | 21 | 101 | 0 | 46 | 434 | 61 | 52 |
| Binary | 10000100 | 110111 | 10011111 | 10001 | 1000001 | 0 | 100110 | 100011100 | 110001 | 101010 |
Color Harmonies of #84379F
Complementary color
Monochromatic Colors of #84379F
Black with #84379F
Text Example
Text Example
White with #84379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84379F; }
p { color: rgb(132,55,159); }
H1.HeaderClassName
{
color: #84379F;
}
.AnyTagClassName
{
color: #84379F;
}
</style>
background-color css
<style>
a { background-color: #84379F; }
a { background-color: rgb(132,55,159); }
div.DivClassName
{
background-color: #84379F;
}
.BgClassName
{
background-color: #84379F;
}
</style>
border-color css
<style>
span { border-color: #84379F; }
span { border-color: rgb(132,55,159); }
td.TdClassName
{
border-color: #84379F;
}
.TagClassName
{
border-color: #84379F;
}
</style>