Shades of Vivid Violet #82498F
Tints of Vivid Violet #82498F
RGB
CMYK
RGB Variations
Color information
#82498F (or 0x82498F) is known color: Vivid Violet. HEX triplet: 82, 49 and 8F. RGB value is (130,73,143). Sum of RGB (Red+Green+Blue) = 130+73+143=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 143 - color contains mainly: blue. Hex color #82498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82498F is #7DB670. Grayscale: #616161. Windows color (decimal): -8238705 or 9390466. OLE color: 9390466.
HSL color Cylindrical-coordinate representation of color #82498F: hue angle of 288.86º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82498F is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 73 | 143 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.44 |
| HSL | 288.86º | 0.32% | 0.42% | - |
| HSV(B) | 288.86º | 0.49% | 0.56% | - |
| XYZ | 16.55 | 11.49 | 27.33 | - |
| YUV | 98.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 143 | 0.09 | 0.49 | 0 | 0.44 | 288.86 | 0.32 | 0.42 |
| Hex | 82 | 49 | 8F | 9 | 31 | 0 | 2C | 121 | 20 | 2A |
| Octal | 202 | 111 | 217 | 11 | 61 | 0 | 54 | 441 | 40 | 52 |
| Binary | 10000010 | 1001001 | 10001111 | 1001 | 110001 | 0 | 101100 | 100100001 | 100000 | 101010 |
Color Harmonies of #82498F
Complementary color
Monochromatic Colors of #82498F
Black with #82498F
Text Example
Text Example
White with #82498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82498F; }
p { color: rgb(130,73,143); }
H1.HeaderClassName
{
color: #82498F;
}
.AnyTagClassName
{
color: #82498F;
}
</style>
background-color css
<style>
a { background-color: #82498F; }
a { background-color: rgb(130,73,143); }
div.DivClassName
{
background-color: #82498F;
}
.BgClassName
{
background-color: #82498F;
}
</style>
border-color css
<style>
span { border-color: #82498F; }
span { border-color: rgb(130,73,143); }
td.TdClassName
{
border-color: #82498F;
}
.TagClassName
{
border-color: #82498F;
}
</style>