Shades of Vivid Violet #821CA0
Tints of Vivid Violet #821CA0
RGB
CMYK
RGB Variations
Color information
#821CA0 (or 0x821CA0) is known color: Vivid Violet. HEX triplet: 82, 1C and A0. RGB value is (130,28,160). Sum of RGB (Red+Green+Blue) = 130+28+160=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #821CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821CA0 is #7DE35F. Grayscale: #494949. Windows color (decimal): -8250208 or 10493058. OLE color: 10493058.
HSL color Cylindrical-coordinate representation of color #821CA0: hue angle of 286.36º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821CA0 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 130 | 28 | 160 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.37 |
| HSL | 286.36º | 0.7% | 0.37% | - |
| HSV(B) | 286.36º | 0.83% | 0.63% | - |
| XYZ | 15.97 | 8.11 | 33.98 | - |
| YUV | 73.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 160 | 0.19 | 0.82 | 0 | 0.37 | 286.36 | 0.7 | 0.37 |
| Hex | 82 | 1C | A0 | 13 | 52 | 0 | 25 | 11E | 46 | 25 |
| Octal | 202 | 34 | 240 | 23 | 122 | 0 | 45 | 436 | 106 | 45 |
| Binary | 10000010 | 11100 | 10100000 | 10011 | 1010010 | 0 | 100101 | 100011110 | 1000110 | 100101 |
Color Harmonies of #821CA0
Complementary color
Monochromatic Colors of #821CA0
Black with #821CA0
Text Example
Text Example
White with #821CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CA0; }
p { color: rgb(130,28,160); }
H1.HeaderClassName
{
color: #821CA0;
}
.AnyTagClassName
{
color: #821CA0;
}
</style>
background-color css
<style>
a { background-color: #821CA0; }
a { background-color: rgb(130,28,160); }
div.DivClassName
{
background-color: #821CA0;
}
.BgClassName
{
background-color: #821CA0;
}
</style>
border-color css
<style>
span { border-color: #821CA0; }
span { border-color: rgb(130,28,160); }
td.TdClassName
{
border-color: #821CA0;
}
.TagClassName
{
border-color: #821CA0;
}
</style>