Shades of Vivid Violet #841AA2
Tints of Vivid Violet #841AA2
RGB
CMYK
RGB Variations
Color information
#841AA2 (or 0x841AA2) is known color: Vivid Violet. HEX triplet: 84, 1A and A2. RGB value is (132,26,162). Sum of RGB (Red+Green+Blue) = 132+26+162=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #841AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841AA2 is #7BE55D. Grayscale: #484848. Windows color (decimal): -8119646 or 10623620. OLE color: 10623620.
HSL color Cylindrical-coordinate representation of color #841AA2: hue angle of 286.76º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841AA2 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 26 | 162 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.36 |
| HSL | 286.76º | 0.72% | 0.37% | - |
| HSV(B) | 286.76º | 0.84% | 0.64% | - |
| XYZ | 16.41 | 8.25 | 34.91 | - |
| YUV | 73.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 162 | 0.19 | 0.84 | 0 | 0.36 | 286.76 | 0.72 | 0.37 |
| Hex | 84 | 1A | A2 | 13 | 54 | 0 | 24 | 11F | 48 | 25 |
| Octal | 204 | 32 | 242 | 23 | 124 | 0 | 44 | 437 | 110 | 45 |
| Binary | 10000100 | 11010 | 10100010 | 10011 | 1010100 | 0 | 100100 | 100011111 | 1001000 | 100101 |
Color Harmonies of #841AA2
Complementary color
Monochromatic Colors of #841AA2
Black with #841AA2
Text Example
Text Example
White with #841AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841AA2; }
p { color: rgb(132,26,162); }
H1.HeaderClassName
{
color: #841AA2;
}
.AnyTagClassName
{
color: #841AA2;
}
</style>
background-color css
<style>
a { background-color: #841AA2; }
a { background-color: rgb(132,26,162); }
div.DivClassName
{
background-color: #841AA2;
}
.BgClassName
{
background-color: #841AA2;
}
</style>
border-color css
<style>
span { border-color: #841AA2; }
span { border-color: rgb(132,26,162); }
td.TdClassName
{
border-color: #841AA2;
}
.TagClassName
{
border-color: #841AA2;
}
</style>