Shades of Vivid Violet #82209F
Tints of Vivid Violet #82209F
RGB
CMYK
RGB Variations
Color information
#82209F (or 0x82209F) is known color: Vivid Violet. HEX triplet: 82, 20 and 9F. RGB value is (130,32,159). Sum of RGB (Red+Green+Blue) = 130+32+159=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #82209F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82209F is #7DDF60. Grayscale: #4B4B4B. Windows color (decimal): -8249185 or 10428546. OLE color: 10428546.
HSL color Cylindrical-coordinate representation of color #82209F: hue angle of 286.3º degrees, saturation: 0.66, 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 #82209F is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 32 | 159 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.38 |
| HSL | 286.3º | 0.66% | 0.37% | - |
| HSV(B) | 286.3º | 0.8% | 0.62% | - |
| XYZ | 15.98 | 8.28 | 33.56 | - |
| YUV | 75.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 159 | 0.18 | 0.80 | 0 | 0.38 | 286.3 | 0.66 | 0.37 |
| Hex | 82 | 20 | 9F | 12 | 50 | 0 | 26 | 11E | 42 | 25 |
| Octal | 202 | 40 | 237 | 22 | 120 | 0 | 46 | 436 | 102 | 45 |
| Binary | 10000010 | 100000 | 10011111 | 10010 | 1010000 | 0 | 100110 | 100011110 | 1000010 | 100101 |
Color Harmonies of #82209F
Complementary color
Monochromatic Colors of #82209F
Black with #82209F
Text Example
Text Example
White with #82209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82209F; }
p { color: rgb(130,32,159); }
H1.HeaderClassName
{
color: #82209F;
}
.AnyTagClassName
{
color: #82209F;
}
</style>
background-color css
<style>
a { background-color: #82209F; }
a { background-color: rgb(130,32,159); }
div.DivClassName
{
background-color: #82209F;
}
.BgClassName
{
background-color: #82209F;
}
</style>
border-color css
<style>
span { border-color: #82209F; }
span { border-color: rgb(130,32,159); }
td.TdClassName
{
border-color: #82209F;
}
.TagClassName
{
border-color: #82209F;
}
</style>