Shades of Vivid Violet #82209C
Tints of Vivid Violet #82209C
RGB
CMYK
RGB Variations
Color information
#82209C (or 0x82209C) is known color: Vivid Violet. HEX triplet: 82, 20 and 9C. RGB value is (130,32,156). Sum of RGB (Red+Green+Blue) = 130+32+156=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #82209C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82209C is #7DDF63. Grayscale: #4B4B4B. Windows color (decimal): -8249188 or 10231938. OLE color: 10231938.
HSL color Cylindrical-coordinate representation of color #82209C: hue angle of 287.42º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82209C is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 32 | 156 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.39 |
| HSL | 287.42º | 0.66% | 0.37% | - |
| HSV(B) | 287.42º | 0.79% | 0.61% | - |
| XYZ | 15.72 | 8.18 | 32.2 | - |
| YUV | 75.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 156 | 0.17 | 0.79 | 0 | 0.39 | 287.42 | 0.66 | 0.37 |
| Hex | 82 | 20 | 9C | 11 | 4F | 0 | 27 | 11F | 42 | 25 |
| Octal | 202 | 40 | 234 | 21 | 117 | 0 | 47 | 437 | 102 | 45 |
| Binary | 10000010 | 100000 | 10011100 | 10001 | 1001111 | 0 | 100111 | 100011111 | 1000010 | 100101 |
Color Harmonies of #82209C
Complementary color
Monochromatic Colors of #82209C
Black with #82209C
Text Example
Text Example
White with #82209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82209C; }
p { color: rgb(130,32,156); }
H1.HeaderClassName
{
color: #82209C;
}
.AnyTagClassName
{
color: #82209C;
}
</style>
background-color css
<style>
a { background-color: #82209C; }
a { background-color: rgb(130,32,156); }
div.DivClassName
{
background-color: #82209C;
}
.BgClassName
{
background-color: #82209C;
}
</style>
border-color css
<style>
span { border-color: #82209C; }
span { border-color: rgb(130,32,156); }
td.TdClassName
{
border-color: #82209C;
}
.TagClassName
{
border-color: #82209C;
}
</style>