Shades of Vivid Violet #821994
Tints of Vivid Violet #821994
RGB
CMYK
RGB Variations
Color information
#821994 (or 0x821994) is known color: Vivid Violet. HEX triplet: 82, 19 and 94. RGB value is (130,25,148). Sum of RGB (Red+Green+Blue) = 130+25+148=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #821994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821994 is #7DE66B. Grayscale: #464646. Windows color (decimal): -8250988 or 9705858. OLE color: 9705858.
HSL color Cylindrical-coordinate representation of color #821994: hue angle of 291.22º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821994 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 25 | 148 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.42 |
| HSL | 291.22º | 0.71% | 0.34% | - |
| HSV(B) | 291.22º | 0.83% | 0.58% | - |
| XYZ | 14.9 | 7.58 | 28.69 | - |
| YUV | 70.42 | 171.79 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 148 | 0.12 | 0.83 | 0 | 0.42 | 291.22 | 0.71 | 0.34 |
| Hex | 82 | 19 | 94 | C | 53 | 0 | 2A | 123 | 47 | 22 |
| Octal | 202 | 31 | 224 | 14 | 123 | 0 | 52 | 443 | 107 | 42 |
| Binary | 10000010 | 11001 | 10010100 | 1100 | 1010011 | 0 | 101010 | 100100011 | 1000111 | 100010 |
Color Harmonies of #821994
Complementary color
Monochromatic Colors of #821994
Black with #821994
Text Example
Text Example
White with #821994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821994; }
p { color: rgb(130,25,148); }
H1.HeaderClassName
{
color: #821994;
}
.AnyTagClassName
{
color: #821994;
}
</style>
background-color css
<style>
a { background-color: #821994; }
a { background-color: rgb(130,25,148); }
div.DivClassName
{
background-color: #821994;
}
.BgClassName
{
background-color: #821994;
}
</style>
border-color css
<style>
span { border-color: #821994; }
span { border-color: rgb(130,25,148); }
td.TdClassName
{
border-color: #821994;
}
.TagClassName
{
border-color: #821994;
}
</style>