Shades of Vivid Violet #84489F
Tints of Vivid Violet #84489F
RGB
CMYK
RGB Variations
Color information
#84489F (or 0x84489F) is known color: Vivid Violet. HEX triplet: 84, 48 and 9F. RGB value is (132,72,159). Sum of RGB (Red+Green+Blue) = 132+72+159=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #84489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84489F is #7BB760. Grayscale: #636363. Windows color (decimal): -8107873 or 10438788. OLE color: 10438788.
HSL color Cylindrical-coordinate representation of color #84489F: hue angle of 281.38º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84489F is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 72 | 159 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.38 |
| HSL | 281.38º | 0.38% | 0.45% | - |
| HSV(B) | 281.38º | 0.55% | 0.62% | - |
| XYZ | 18.09 | 12.04 | 34.17 | - |
| YUV | 99.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 159 | 0.17 | 0.55 | 0 | 0.38 | 281.38 | 0.38 | 0.45 |
| Hex | 84 | 48 | 9F | 11 | 37 | 0 | 26 | 119 | 26 | 2D |
| Octal | 204 | 110 | 237 | 21 | 67 | 0 | 46 | 431 | 46 | 55 |
| Binary | 10000100 | 1001000 | 10011111 | 10001 | 110111 | 0 | 100110 | 100011001 | 100110 | 101101 |
Color Harmonies of #84489F
Complementary color
Monochromatic Colors of #84489F
Black with #84489F
Text Example
Text Example
White with #84489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84489F; }
p { color: rgb(132,72,159); }
H1.HeaderClassName
{
color: #84489F;
}
.AnyTagClassName
{
color: #84489F;
}
</style>
background-color css
<style>
a { background-color: #84489F; }
a { background-color: rgb(132,72,159); }
div.DivClassName
{
background-color: #84489F;
}
.BgClassName
{
background-color: #84489F;
}
</style>
border-color css
<style>
span { border-color: #84489F; }
span { border-color: rgb(132,72,159); }
td.TdClassName
{
border-color: #84489F;
}
.TagClassName
{
border-color: #84489F;
}
</style>