Shades of Vivid Violet #821F9E
Tints of Vivid Violet #821F9E
RGB
CMYK
RGB Variations
Color information
#821F9E (or 0x821F9E) is known color: Vivid Violet. HEX triplet: 82, 1F and 9E. RGB value is (130,31,158). Sum of RGB (Red+Green+Blue) = 130+31+158=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #821F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #821F9E is #7DE061. Grayscale: #4A4A4A. Windows color (decimal): -8249442 or 10362754. OLE color: 10362754.
HSL color Cylindrical-coordinate representation of color #821F9E: hue angle of 286.77º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #821F9E is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 31 | 158 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.38 |
| HSL | 286.77º | 0.67% | 0.37% | - |
| HSV(B) | 286.77º | 0.8% | 0.62% | - |
| XYZ | 15.87 | 8.19 | 33.09 | - |
| YUV | 75.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 31 | 158 | 0.18 | 0.80 | 0 | 0.38 | 286.77 | 0.67 | 0.37 |
| Hex | 82 | 1F | 9E | 12 | 50 | 0 | 26 | 11F | 43 | 25 |
| Octal | 202 | 37 | 236 | 22 | 120 | 0 | 46 | 437 | 103 | 45 |
| Binary | 10000010 | 11111 | 10011110 | 10010 | 1010000 | 0 | 100110 | 100011111 | 1000011 | 100101 |
Color Harmonies of #821F9E
Complementary color
Monochromatic Colors of #821F9E
Black with #821F9E
Text Example
Text Example
White with #821F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821F9E; }
p { color: rgb(130,31,158); }
H1.HeaderClassName
{
color: #821F9E;
}
.AnyTagClassName
{
color: #821F9E;
}
</style>
background-color css
<style>
a { background-color: #821F9E; }
a { background-color: rgb(130,31,158); }
div.DivClassName
{
background-color: #821F9E;
}
.BgClassName
{
background-color: #821F9E;
}
</style>
border-color css
<style>
span { border-color: #821F9E; }
span { border-color: rgb(130,31,158); }
td.TdClassName
{
border-color: #821F9E;
}
.TagClassName
{
border-color: #821F9E;
}
</style>