Shades of Vivid Violet #84389F
Tints of Vivid Violet #84389F
RGB
CMYK
RGB Variations
Color information
#84389F (or 0x84389F) is known color: Vivid Violet. HEX triplet: 84, 38 and 9F. RGB value is (132,56,159). Sum of RGB (Red+Green+Blue) = 132+56+159=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #84389F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84389F is #7BC760. Grayscale: #5A5A5A. Windows color (decimal): -8111969 or 10434692. OLE color: 10434692.
HSL color Cylindrical-coordinate representation of color #84389F: hue angle of 284.27º degrees, saturation: 0.48, 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 #84389F is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 56 | 159 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.38 |
| HSL | 284.27º | 0.48% | 0.42% | - |
| HSV(B) | 284.27º | 0.65% | 0.62% | - |
| XYZ | 17.19 | 10.24 | 33.87 | - |
| YUV | 90.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 159 | 0.17 | 0.65 | 0 | 0.38 | 284.27 | 0.48 | 0.42 |
| Hex | 84 | 38 | 9F | 11 | 41 | 0 | 26 | 11C | 30 | 2A |
| Octal | 204 | 70 | 237 | 21 | 101 | 0 | 46 | 434 | 60 | 52 |
| Binary | 10000100 | 111000 | 10011111 | 10001 | 1000001 | 0 | 100110 | 100011100 | 110000 | 101010 |
Color Harmonies of #84389F
Complementary color
Monochromatic Colors of #84389F
Black with #84389F
Text Example
Text Example
White with #84389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84389F; }
p { color: rgb(132,56,159); }
H1.HeaderClassName
{
color: #84389F;
}
.AnyTagClassName
{
color: #84389F;
}
</style>
background-color css
<style>
a { background-color: #84389F; }
a { background-color: rgb(132,56,159); }
div.DivClassName
{
background-color: #84389F;
}
.BgClassName
{
background-color: #84389F;
}
</style>
border-color css
<style>
span { border-color: #84389F; }
span { border-color: rgb(132,56,159); }
td.TdClassName
{
border-color: #84389F;
}
.TagClassName
{
border-color: #84389F;
}
</style>