Shades of Vivid Violet #821A90
Tints of Vivid Violet #821A90
RGB
CMYK
RGB Variations
Color information
#821A90 (or 0x821A90) is known color: Vivid Violet. HEX triplet: 82, 1A and 90. RGB value is (130,26,144). Sum of RGB (Red+Green+Blue) = 130+26+144=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #821A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821A90 is #7DE56F. Grayscale: #464646. Windows color (decimal): -8250736 or 9443970. OLE color: 9443970.
HSL color Cylindrical-coordinate representation of color #821A90: hue angle of 292.88º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #821A90 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 26 | 144 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.44 |
| HSL | 292.88º | 0.69% | 0.33% | - |
| HSV(B) | 292.88º | 0.82% | 0.56% | - |
| XYZ | 14.61 | 7.5 | 27.06 | - |
| YUV | 70.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 26 | 144 | 0.10 | 0.82 | 0 | 0.44 | 292.88 | 0.69 | 0.33 |
| Hex | 82 | 1A | 90 | A | 52 | 0 | 2C | 125 | 45 | 21 |
| Octal | 202 | 32 | 220 | 12 | 122 | 0 | 54 | 445 | 105 | 41 |
| Binary | 10000010 | 11010 | 10010000 | 1010 | 1010010 | 0 | 101100 | 100100101 | 1000101 | 100001 |
Color Harmonies of #821A90
Complementary color
Monochromatic Colors of #821A90
Black with #821A90
Text Example
Text Example
White with #821A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821A90; }
p { color: rgb(130,26,144); }
H1.HeaderClassName
{
color: #821A90;
}
.AnyTagClassName
{
color: #821A90;
}
</style>
background-color css
<style>
a { background-color: #821A90; }
a { background-color: rgb(130,26,144); }
div.DivClassName
{
background-color: #821A90;
}
.BgClassName
{
background-color: #821A90;
}
</style>
border-color css
<style>
span { border-color: #821A90; }
span { border-color: rgb(130,26,144); }
td.TdClassName
{
border-color: #821A90;
}
.TagClassName
{
border-color: #821A90;
}
</style>