Shades of Vivid Violet #82498C
Tints of Vivid Violet #82498C
RGB
CMYK
RGB Variations
Color information
#82498C (or 0x82498C) is known color: Vivid Violet. HEX triplet: 82, 49 and 8C. RGB value is (130,73,140). Sum of RGB (Red+Green+Blue) = 130+73+140=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #82498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82498C is #7DB673. Grayscale: #616161. Windows color (decimal): -8238708 or 9193858. OLE color: 9193858.
HSL color Cylindrical-coordinate representation of color #82498C: hue angle of 291.04º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82498C is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 73 | 140 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.45 |
| HSL | 291.04º | 0.31% | 0.42% | - |
| HSV(B) | 291.04º | 0.48% | 0.55% | - |
| XYZ | 16.32 | 11.4 | 26.15 | - |
| YUV | 97.68 | 151.88 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 140 | 0.07 | 0.48 | 0 | 0.45 | 291.04 | 0.31 | 0.42 |
| Hex | 82 | 49 | 8C | 7 | 30 | 0 | 2D | 123 | 1F | 2A |
| Octal | 202 | 111 | 214 | 7 | 60 | 0 | 55 | 443 | 37 | 52 |
| Binary | 10000010 | 1001001 | 10001100 | 111 | 110000 | 0 | 101101 | 100100011 | 11111 | 101010 |
Color Harmonies of #82498C
Complementary color
Monochromatic Colors of #82498C
Black with #82498C
Text Example
Text Example
White with #82498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82498C; }
p { color: rgb(130,73,140); }
H1.HeaderClassName
{
color: #82498C;
}
.AnyTagClassName
{
color: #82498C;
}
</style>
background-color css
<style>
a { background-color: #82498C; }
a { background-color: rgb(130,73,140); }
div.DivClassName
{
background-color: #82498C;
}
.BgClassName
{
background-color: #82498C;
}
</style>
border-color css
<style>
span { border-color: #82498C; }
span { border-color: rgb(130,73,140); }
td.TdClassName
{
border-color: #82498C;
}
.TagClassName
{
border-color: #82498C;
}
</style>