Shades of Vivid Violet #84488E
Tints of Vivid Violet #84488E
RGB
CMYK
RGB Variations
Color information
#84488E (or 0x84488E) is known color: Vivid Violet. HEX triplet: 84, 48 and 8E. RGB value is (132,72,142). Sum of RGB (Red+Green+Blue) = 132+72+142=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #84488E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84488E is #7BB771. Grayscale: #616161. Windows color (decimal): -8107890 or 9324676. OLE color: 9324676.
HSL color Cylindrical-coordinate representation of color #84488E: hue angle of 291.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84488E is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 72 | 142 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.44 |
| HSL | 291.43º | 0.33% | 0.42% | - |
| HSV(B) | 291.43º | 0.49% | 0.56% | - |
| XYZ | 16.72 | 11.49 | 26.93 | - |
| YUV | 97.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 142 | 0.07 | 0.49 | 0 | 0.44 | 291.43 | 0.33 | 0.42 |
| Hex | 84 | 48 | 8E | 7 | 31 | 0 | 2C | 123 | 21 | 2A |
| Octal | 204 | 110 | 216 | 7 | 61 | 0 | 54 | 443 | 41 | 52 |
| Binary | 10000100 | 1001000 | 10001110 | 111 | 110001 | 0 | 101100 | 100100011 | 100001 | 101010 |
Color Harmonies of #84488E
Complementary color
Monochromatic Colors of #84488E
Black with #84488E
Text Example
Text Example
White with #84488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84488E; }
p { color: rgb(132,72,142); }
H1.HeaderClassName
{
color: #84488E;
}
.AnyTagClassName
{
color: #84488E;
}
</style>
background-color css
<style>
a { background-color: #84488E; }
a { background-color: rgb(132,72,142); }
div.DivClassName
{
background-color: #84488E;
}
.BgClassName
{
background-color: #84488E;
}
</style>
border-color css
<style>
span { border-color: #84488E; }
span { border-color: rgb(132,72,142); }
td.TdClassName
{
border-color: #84488E;
}
.TagClassName
{
border-color: #84488E;
}
</style>