Shades of Vivid Violet #82488C
Tints of Vivid Violet #82488C
RGB
CMYK
RGB Variations
Color information
#82488C (or 0x82488C) is known color: Vivid Violet. HEX triplet: 82, 48 and 8C. RGB value is (130,72,140). Sum of RGB (Red+Green+Blue) = 130+72+140=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #82488C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82488C is #7DB773. Grayscale: #606060. Windows color (decimal): -8238964 or 9193602. OLE color: 9193602.
HSL color Cylindrical-coordinate representation of color #82488C: hue angle of 291.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82488C is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 72 | 140 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.45 |
| HSL | 291.18º | 0.32% | 0.42% | - |
| HSV(B) | 291.18º | 0.49% | 0.55% | - |
| XYZ | 16.26 | 11.27 | 26.13 | - |
| YUV | 97.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 140 | 0.07 | 0.49 | 0 | 0.45 | 291.18 | 0.32 | 0.42 |
| Hex | 82 | 48 | 8C | 7 | 31 | 0 | 2D | 123 | 20 | 2A |
| Octal | 202 | 110 | 214 | 7 | 61 | 0 | 55 | 443 | 40 | 52 |
| Binary | 10000010 | 1001000 | 10001100 | 111 | 110001 | 0 | 101101 | 100100011 | 100000 | 101010 |
Color Harmonies of #82488C
Complementary color
Monochromatic Colors of #82488C
Black with #82488C
Text Example
Text Example
White with #82488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82488C; }
p { color: rgb(130,72,140); }
H1.HeaderClassName
{
color: #82488C;
}
.AnyTagClassName
{
color: #82488C;
}
</style>
background-color css
<style>
a { background-color: #82488C; }
a { background-color: rgb(130,72,140); }
div.DivClassName
{
background-color: #82488C;
}
.BgClassName
{
background-color: #82488C;
}
</style>
border-color css
<style>
span { border-color: #82488C; }
span { border-color: rgb(130,72,140); }
td.TdClassName
{
border-color: #82488C;
}
.TagClassName
{
border-color: #82488C;
}
</style>