Shades of Vivid Violet #84468E
Tints of Vivid Violet #84468E
RGB
CMYK
RGB Variations
Color information
#84468E (or 0x84468E) is known color: Vivid Violet. HEX triplet: 84, 46 and 8E. RGB value is (132,70,142). Sum of RGB (Red+Green+Blue) = 132+70+142=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 142 - color contains mainly: blue. Hex color #84468E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84468E is #7BB971. Grayscale: #606060. Windows color (decimal): -8108402 or 9324164. OLE color: 9324164.
HSL color Cylindrical-coordinate representation of color #84468E: hue angle of 291.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84468E is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 70 | 142 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.44 |
| HSL | 291.67º | 0.34% | 0.42% | - |
| HSV(B) | 291.67º | 0.51% | 0.56% | - |
| XYZ | 16.59 | 11.24 | 26.89 | - |
| YUV | 96.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 142 | 0.07 | 0.51 | 0 | 0.44 | 291.67 | 0.34 | 0.42 |
| Hex | 84 | 46 | 8E | 7 | 33 | 0 | 2C | 124 | 22 | 2A |
| Octal | 204 | 106 | 216 | 7 | 63 | 0 | 54 | 444 | 42 | 52 |
| Binary | 10000100 | 1000110 | 10001110 | 111 | 110011 | 0 | 101100 | 100100100 | 100010 | 101010 |
Color Harmonies of #84468E
Complementary color
Monochromatic Colors of #84468E
Black with #84468E
Text Example
Text Example
White with #84468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84468E; }
p { color: rgb(132,70,142); }
H1.HeaderClassName
{
color: #84468E;
}
.AnyTagClassName
{
color: #84468E;
}
</style>
background-color css
<style>
a { background-color: #84468E; }
a { background-color: rgb(132,70,142); }
div.DivClassName
{
background-color: #84468E;
}
.BgClassName
{
background-color: #84468E;
}
</style>
border-color css
<style>
span { border-color: #84468E; }
span { border-color: rgb(132,70,142); }
td.TdClassName
{
border-color: #84468E;
}
.TagClassName
{
border-color: #84468E;
}
</style>