Shades of Vivid Violet #821E92
Tints of Vivid Violet #821E92
RGB
CMYK
RGB Variations
Color information
#821E92 (or 0x821E92) is known color: Vivid Violet. HEX triplet: 82, 1E and 92. RGB value is (130,30,146). Sum of RGB (Red+Green+Blue) = 130+30+146=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #821E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821E92 is #7DE16D. Grayscale: #484848. Windows color (decimal): -8249710 or 9576066. OLE color: 9576066.
HSL color Cylindrical-coordinate representation of color #821E92: hue angle of 291.72º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #821E92 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 30 | 146 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.43 |
| HSL | 291.72º | 0.66% | 0.35% | - |
| HSV(B) | 291.72º | 0.79% | 0.57% | - |
| XYZ | 14.86 | 7.75 | 27.91 | - |
| YUV | 73.12 | 169.13 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 30 | 146 | 0.11 | 0.79 | 0 | 0.43 | 291.72 | 0.66 | 0.35 |
| Hex | 82 | 1E | 92 | B | 4F | 0 | 2B | 124 | 42 | 23 |
| Octal | 202 | 36 | 222 | 13 | 117 | 0 | 53 | 444 | 102 | 43 |
| Binary | 10000010 | 11110 | 10010010 | 1011 | 1001111 | 0 | 101011 | 100100100 | 1000010 | 100011 |
Color Harmonies of #821E92
Complementary color
Monochromatic Colors of #821E92
Black with #821E92
Text Example
Text Example
White with #821E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821E92; }
p { color: rgb(130,30,146); }
H1.HeaderClassName
{
color: #821E92;
}
.AnyTagClassName
{
color: #821E92;
}
</style>
background-color css
<style>
a { background-color: #821E92; }
a { background-color: rgb(130,30,146); }
div.DivClassName
{
background-color: #821E92;
}
.BgClassName
{
background-color: #821E92;
}
</style>
border-color css
<style>
span { border-color: #821E92; }
span { border-color: rgb(130,30,146); }
td.TdClassName
{
border-color: #821E92;
}
.TagClassName
{
border-color: #821E92;
}
</style>