Shades of Vivid Violet #821CA4
Tints of Vivid Violet #821CA4
RGB
CMYK
RGB Variations
Color information
#821CA4 (or 0x821CA4) is known color: Vivid Violet. HEX triplet: 82, 1C and A4. RGB value is (130,28,164). Sum of RGB (Red+Green+Blue) = 130+28+164=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #821CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821CA4 is #7DE35B. Grayscale: #494949. Windows color (decimal): -8250204 or 10755202. OLE color: 10755202.
HSL color Cylindrical-coordinate representation of color #821CA4: hue angle of 285º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821CA4 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 28 | 164 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.36 |
| HSL | 285º | 0.71% | 0.38% | - |
| HSV(B) | 285º | 0.83% | 0.64% | - |
| XYZ | 16.32 | 8.26 | 35.86 | - |
| YUV | 74 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 28 | 164 | 0.21 | 0.83 | 0 | 0.36 | 285 | 0.71 | 0.38 |
| Hex | 82 | 1C | A4 | 15 | 53 | 0 | 24 | 11D | 47 | 26 |
| Octal | 202 | 34 | 244 | 25 | 123 | 0 | 44 | 435 | 107 | 46 |
| Binary | 10000010 | 11100 | 10100100 | 10101 | 1010011 | 0 | 100100 | 100011101 | 1000111 | 100110 |
Color Harmonies of #821CA4
Complementary color
Monochromatic Colors of #821CA4
Black with #821CA4
Text Example
Text Example
White with #821CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821CA4; }
p { color: rgb(130,28,164); }
H1.HeaderClassName
{
color: #821CA4;
}
.AnyTagClassName
{
color: #821CA4;
}
</style>
background-color css
<style>
a { background-color: #821CA4; }
a { background-color: rgb(130,28,164); }
div.DivClassName
{
background-color: #821CA4;
}
.BgClassName
{
background-color: #821CA4;
}
</style>
border-color css
<style>
span { border-color: #821CA4; }
span { border-color: rgb(130,28,164); }
td.TdClassName
{
border-color: #821CA4;
}
.TagClassName
{
border-color: #821CA4;
}
</style>