Shades of Vivid Violet #843E8E
Tints of Vivid Violet #843E8E
RGB
CMYK
RGB Variations
Color information
#843E8E (or 0x843E8E) is known color: Vivid Violet. HEX triplet: 84, 3E and 8E. RGB value is (132,62,142). Sum of RGB (Red+Green+Blue) = 132+62+142=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #843E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843E8E is #7BC171. Grayscale: #5B5B5B. Windows color (decimal): -8110450 or 9322116. OLE color: 9322116.
HSL color Cylindrical-coordinate representation of color #843E8E: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #843E8E is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 62 | 142 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.44 |
| HSL | 292.5º | 0.39% | 0.4% | - |
| HSV(B) | 292.5º | 0.56% | 0.56% | - |
| XYZ | 16.12 | 10.3 | 26.73 | - |
| YUV | 92.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 142 | 0.07 | 0.56 | 0 | 0.44 | 292.5 | 0.39 | 0.4 |
| Hex | 84 | 3E | 8E | 7 | 38 | 0 | 2C | 124 | 27 | 28 |
| Octal | 204 | 76 | 216 | 7 | 70 | 0 | 54 | 444 | 47 | 50 |
| Binary | 10000100 | 111110 | 10001110 | 111 | 111000 | 0 | 101100 | 100100100 | 100111 | 101000 |
Color Harmonies of #843E8E
Complementary color
Monochromatic Colors of #843E8E
Black with #843E8E
Text Example
Text Example
White with #843E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843E8E; }
p { color: rgb(132,62,142); }
H1.HeaderClassName
{
color: #843E8E;
}
.AnyTagClassName
{
color: #843E8E;
}
</style>
background-color css
<style>
a { background-color: #843E8E; }
a { background-color: rgb(132,62,142); }
div.DivClassName
{
background-color: #843E8E;
}
.BgClassName
{
background-color: #843E8E;
}
</style>
border-color css
<style>
span { border-color: #843E8E; }
span { border-color: rgb(132,62,142); }
td.TdClassName
{
border-color: #843E8E;
}
.TagClassName
{
border-color: #843E8E;
}
</style>