Shades of Vivid Violet #82488B
Tints of Vivid Violet #82488B
RGB
CMYK
RGB Variations
Color information
#82488B (or 0x82488B) is known color: Vivid Violet. HEX triplet: 82, 48 and 8B. RGB value is (130,72,139). Sum of RGB (Red+Green+Blue) = 130+72+139=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #82488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82488B is #7DB774. Grayscale: #606060. Windows color (decimal): -8238965 or 9128066. OLE color: 9128066.
HSL color Cylindrical-coordinate representation of color #82488B: hue angle of 291.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82488B is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 72 | 139 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.45 |
| HSL | 291.94º | 0.32% | 0.41% | - |
| HSV(B) | 291.94º | 0.48% | 0.55% | - |
| XYZ | 16.18 | 11.24 | 25.74 | - |
| YUV | 96.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 139 | 0.06 | 0.48 | 0 | 0.45 | 291.94 | 0.32 | 0.41 |
| Hex | 82 | 48 | 8B | 6 | 30 | 0 | 2D | 124 | 20 | 29 |
| Octal | 202 | 110 | 213 | 6 | 60 | 0 | 55 | 444 | 40 | 51 |
| Binary | 10000010 | 1001000 | 10001011 | 110 | 110000 | 0 | 101101 | 100100100 | 100000 | 101001 |
Color Harmonies of #82488B
Complementary color
Monochromatic Colors of #82488B
Black with #82488B
Text Example
Text Example
White with #82488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82488B; }
p { color: rgb(130,72,139); }
H1.HeaderClassName
{
color: #82488B;
}
.AnyTagClassName
{
color: #82488B;
}
</style>
background-color css
<style>
a { background-color: #82488B; }
a { background-color: rgb(130,72,139); }
div.DivClassName
{
background-color: #82488B;
}
.BgClassName
{
background-color: #82488B;
}
</style>
border-color css
<style>
span { border-color: #82488B; }
span { border-color: rgb(130,72,139); }
td.TdClassName
{
border-color: #82488B;
}
.TagClassName
{
border-color: #82488B;
}
</style>