Shades of Vivid Violet #84458A
Tints of Vivid Violet #84458A
RGB
CMYK
RGB Variations
Color information
#84458A (or 0x84458A) is known color: Vivid Violet. HEX triplet: 84, 45 and 8A. RGB value is (132,69,138). Sum of RGB (Red+Green+Blue) = 132+69+138=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #84458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84458A is #7BBA75. Grayscale: #5F5F5F. Windows color (decimal): -8108662 or 9061764. OLE color: 9061764.
HSL color Cylindrical-coordinate representation of color #84458A: hue angle of 294.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84458A is Cyan = 0.04, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 69 | 138 | - |
| CMYK | 0.04 | 0.5 | 0 | 0.46 |
| HSL | 294.78º | 0.33% | 0.41% | - |
| HSV(B) | 294.78º | 0.5% | 0.54% | - |
| XYZ | 16.23 | 11 | 25.31 | - |
| YUV | 95.7 | 151.87 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 138 | 0.04 | 0.5 | 0 | 0.46 | 294.78 | 0.33 | 0.41 |
| Hex | 84 | 45 | 8A | 4 | 32 | 0 | 2E | 127 | 21 | 29 |
| Octal | 204 | 105 | 212 | 4 | 62 | 0 | 56 | 447 | 41 | 51 |
| Binary | 10000100 | 1000101 | 10001010 | 100 | 110010 | 0 | 101110 | 100100111 | 100001 | 101001 |
Color Harmonies of #84458A
Complementary color
Monochromatic Colors of #84458A
Black with #84458A
Text Example
Text Example
White with #84458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84458A; }
p { color: rgb(132,69,138); }
H1.HeaderClassName
{
color: #84458A;
}
.AnyTagClassName
{
color: #84458A;
}
</style>
background-color css
<style>
a { background-color: #84458A; }
a { background-color: rgb(132,69,138); }
div.DivClassName
{
background-color: #84458A;
}
.BgClassName
{
background-color: #84458A;
}
</style>
border-color css
<style>
span { border-color: #84458A; }
span { border-color: rgb(132,69,138); }
td.TdClassName
{
border-color: #84458A;
}
.TagClassName
{
border-color: #84458A;
}
</style>