Shades of Vivid Violet #841AAA
Tints of Vivid Violet #841AAA
RGB
CMYK
RGB Variations
Color information
#841AAA (or 0x841AAA) is known color: Vivid Violet. HEX triplet: 84, 1A and AA. RGB value is (132,26,170). Sum of RGB (Red+Green+Blue) = 132+26+170=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #841AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841AAA is #7BE555. Grayscale: #494949. Windows color (decimal): -8119638 or 11147908. OLE color: 11147908.
HSL color Cylindrical-coordinate representation of color #841AAA: hue angle of 284.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #841AAA is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 26 | 170 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.33 |
| HSL | 284.17º | 0.73% | 0.38% | - |
| HSV(B) | 284.17º | 0.85% | 0.67% | - |
| XYZ | 17.14 | 8.55 | 38.78 | - |
| YUV | 74.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 170 | 0.22 | 0.85 | 0 | 0.33 | 284.17 | 0.73 | 0.38 |
| Hex | 84 | 1A | AA | 16 | 55 | 0 | 21 | 11C | 49 | 26 |
| Octal | 204 | 32 | 252 | 26 | 125 | 0 | 41 | 434 | 111 | 46 |
| Binary | 10000100 | 11010 | 10101010 | 10110 | 1010101 | 0 | 100001 | 100011100 | 1001001 | 100110 |
Color Harmonies of #841AAA
Complementary color
Monochromatic Colors of #841AAA
Black with #841AAA
Text Example
Text Example
White with #841AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841AAA; }
p { color: rgb(132,26,170); }
H1.HeaderClassName
{
color: #841AAA;
}
.AnyTagClassName
{
color: #841AAA;
}
</style>
background-color css
<style>
a { background-color: #841AAA; }
a { background-color: rgb(132,26,170); }
div.DivClassName
{
background-color: #841AAA;
}
.BgClassName
{
background-color: #841AAA;
}
</style>
border-color css
<style>
span { border-color: #841AAA; }
span { border-color: rgb(132,26,170); }
td.TdClassName
{
border-color: #841AAA;
}
.TagClassName
{
border-color: #841AAA;
}
</style>