Shades of Vivid Violet #82298D
Tints of Vivid Violet #82298D
RGB
CMYK
RGB Variations
Color information
#82298D (or 0x82298D) is known color: Vivid Violet. HEX triplet: 82, 29 and 8D. RGB value is (130,41,141). Sum of RGB (Red+Green+Blue) = 130+41+141=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #82298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82298D is #7DD672. Grayscale: #4E4E4E. Windows color (decimal): -8246899 or 9251202. OLE color: 9251202.
HSL color Cylindrical-coordinate representation of color #82298D: hue angle of 293.4º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82298D is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 41 | 141 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.45 |
| HSL | 293.4º | 0.55% | 0.36% | - |
| HSV(B) | 293.4º | 0.71% | 0.55% | - |
| XYZ | 14.81 | 8.25 | 26.01 | - |
| YUV | 79.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 141 | 0.08 | 0.71 | 0 | 0.45 | 293.4 | 0.55 | 0.36 |
| Hex | 82 | 29 | 8D | 8 | 47 | 0 | 2D | 125 | 37 | 24 |
| Octal | 202 | 51 | 215 | 10 | 107 | 0 | 55 | 445 | 67 | 44 |
| Binary | 10000010 | 101001 | 10001101 | 1000 | 1000111 | 0 | 101101 | 100100101 | 110111 | 100100 |
Color Harmonies of #82298D
Complementary color
Monochromatic Colors of #82298D
Black with #82298D
Text Example
Text Example
White with #82298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82298D; }
p { color: rgb(130,41,141); }
H1.HeaderClassName
{
color: #82298D;
}
.AnyTagClassName
{
color: #82298D;
}
</style>
background-color css
<style>
a { background-color: #82298D; }
a { background-color: rgb(130,41,141); }
div.DivClassName
{
background-color: #82298D;
}
.BgClassName
{
background-color: #82298D;
}
</style>
border-color css
<style>
span { border-color: #82298D; }
span { border-color: rgb(130,41,141); }
td.TdClassName
{
border-color: #82298D;
}
.TagClassName
{
border-color: #82298D;
}
</style>