Shades of Vivid Violet #821CAA
Tints of Vivid Violet #821CAA
RGB
CMYK
RGB Variations
Color information
#821CAA (or 0x821CAA) is known color: Vivid Violet. HEX triplet: 82, 1C and AA. RGB value is (130,28,170). Sum of RGB (Red+Green+Blue) = 130+28+170=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 28 (11.33% from 255 or 8.54% 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 #821CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821CAA is #7DE355. Grayscale: #4A4A4A. Windows color (decimal): -8250198 or 11148418. OLE color: 11148418.
HSL color Cylindrical-coordinate representation of color #821CAA: hue angle of 283.1º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821CAA is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 28 | 170 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.33 |
| HSL | 283.1º | 0.72% | 0.39% | - |
| HSV(B) | 283.1º | 0.84% | 0.67% | - |
| XYZ | 16.88 | 8.48 | 38.78 | - |
| YUV | 74.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 170 | 0.24 | 0.84 | 0 | 0.33 | 283.1 | 0.72 | 0.39 |
| Hex | 82 | 1C | AA | 18 | 54 | 0 | 21 | 11B | 48 | 27 |
| Octal | 202 | 34 | 252 | 30 | 124 | 0 | 41 | 433 | 110 | 47 |
| Binary | 10000010 | 11100 | 10101010 | 11000 | 1010100 | 0 | 100001 | 100011011 | 1001000 | 100111 |
Color Harmonies of #821CAA
Complementary color
Monochromatic Colors of #821CAA
Black with #821CAA
Text Example
Text Example
White with #821CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CAA; }
p { color: rgb(130,28,170); }
H1.HeaderClassName
{
color: #821CAA;
}
.AnyTagClassName
{
color: #821CAA;
}
</style>
background-color css
<style>
a { background-color: #821CAA; }
a { background-color: rgb(130,28,170); }
div.DivClassName
{
background-color: #821CAA;
}
.BgClassName
{
background-color: #821CAA;
}
</style>
border-color css
<style>
span { border-color: #821CAA; }
span { border-color: rgb(130,28,170); }
td.TdClassName
{
border-color: #821CAA;
}
.TagClassName
{
border-color: #821CAA;
}
</style>