Shades of Vivid Violet #84409A
Tints of Vivid Violet #84409A
RGB
CMYK
RGB Variations
Color information
#84409A (or 0x84409A) is known color: Vivid Violet. HEX triplet: 84, 40 and 9A. RGB value is (132,64,154). Sum of RGB (Red+Green+Blue) = 132+64+154=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #84409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #84409A is #7BBF65. Grayscale: #5E5E5E. Windows color (decimal): -8109926 or 10109060. OLE color: 10109060.
HSL color Cylindrical-coordinate representation of color #84409A: hue angle of 285.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #84409A is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 64 | 154 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.40 |
| HSL | 285.33º | 0.41% | 0.43% | - |
| HSV(B) | 285.33º | 0.58% | 0.6% | - |
| XYZ | 17.18 | 10.91 | 31.77 | - |
| YUV | 94.59 | 161.53 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 154 | 0.14 | 0.58 | 0 | 0.40 | 285.33 | 0.41 | 0.43 |
| Hex | 84 | 40 | 9A | E | 3A | 0 | 28 | 11D | 29 | 2B |
| Octal | 204 | 100 | 232 | 16 | 72 | 0 | 50 | 435 | 51 | 53 |
| Binary | 10000100 | 1000000 | 10011010 | 1110 | 111010 | 0 | 101000 | 100011101 | 101001 | 101011 |
Color Harmonies of #84409A
Complementary color
Monochromatic Colors of #84409A
Black with #84409A
Text Example
Text Example
White with #84409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84409A; }
p { color: rgb(132,64,154); }
H1.HeaderClassName
{
color: #84409A;
}
.AnyTagClassName
{
color: #84409A;
}
</style>
background-color css
<style>
a { background-color: #84409A; }
a { background-color: rgb(132,64,154); }
div.DivClassName
{
background-color: #84409A;
}
.BgClassName
{
background-color: #84409A;
}
</style>
border-color css
<style>
span { border-color: #84409A; }
span { border-color: rgb(132,64,154); }
td.TdClassName
{
border-color: #84409A;
}
.TagClassName
{
border-color: #84409A;
}
</style>