Shades of Vivid Violet #843E86
Tints of Vivid Violet #843E86
RGB
CMYK
RGB Variations
Color information
#843E86 (or 0x843E86) is known color: Vivid Violet. HEX triplet: 84, 3E and 86. RGB value is (132,62,134). Sum of RGB (Red+Green+Blue) = 132+62+134=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #843E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843E86 is #7BC179. Grayscale: #5A5A5A. Windows color (decimal): -8110458 or 8797828. OLE color: 8797828.
HSL color Cylindrical-coordinate representation of color #843E86: hue angle of 298.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #843E86 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 62 | 134 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.47 |
| HSL | 298.33º | 0.37% | 0.38% | - |
| HSV(B) | 298.33º | 0.54% | 0.53% | - |
| XYZ | 15.54 | 10.07 | 23.68 | - |
| YUV | 91.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 134 | 0.01 | 0.54 | 0 | 0.47 | 298.33 | 0.37 | 0.38 |
| Hex | 84 | 3E | 86 | 1 | 36 | 0 | 2F | 12A | 25 | 26 |
| Octal | 204 | 76 | 206 | 1 | 66 | 0 | 57 | 452 | 45 | 46 |
| Binary | 10000100 | 111110 | 10000110 | 1 | 110110 | 0 | 101111 | 100101010 | 100101 | 100110 |
Color Harmonies of #843E86
Complementary color
Monochromatic Colors of #843E86
Black with #843E86
Text Example
Text Example
White with #843E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E86; }
p { color: rgb(132,62,134); }
H1.HeaderClassName
{
color: #843E86;
}
.AnyTagClassName
{
color: #843E86;
}
</style>
background-color css
<style>
a { background-color: #843E86; }
a { background-color: rgb(132,62,134); }
div.DivClassName
{
background-color: #843E86;
}
.BgClassName
{
background-color: #843E86;
}
</style>
border-color css
<style>
span { border-color: #843E86; }
span { border-color: rgb(132,62,134); }
td.TdClassName
{
border-color: #843E86;
}
.TagClassName
{
border-color: #843E86;
}
</style>