Shades of Vivid Violet #82478A
Tints of Vivid Violet #82478A
RGB
CMYK
RGB Variations
Color information
#82478A (or 0x82478A) is known color: Vivid Violet. HEX triplet: 82, 47 and 8A. RGB value is (130,71,138). Sum of RGB (Red+Green+Blue) = 130+71+138=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #82478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82478A is #7DB875. Grayscale: #606060. Windows color (decimal): -8239222 or 9062274. OLE color: 9062274.
HSL color Cylindrical-coordinate representation of color #82478A: hue angle of 292.84º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82478A is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 71 | 138 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.46 |
| HSL | 292.84º | 0.32% | 0.41% | - |
| HSV(B) | 292.84º | 0.49% | 0.54% | - |
| XYZ | 16.05 | 11.09 | 25.34 | - |
| YUV | 96.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 138 | 0.06 | 0.49 | 0 | 0.46 | 292.84 | 0.32 | 0.41 |
| Hex | 82 | 47 | 8A | 6 | 31 | 0 | 2E | 125 | 20 | 29 |
| Octal | 202 | 107 | 212 | 6 | 61 | 0 | 56 | 445 | 40 | 51 |
| Binary | 10000010 | 1000111 | 10001010 | 110 | 110001 | 0 | 101110 | 100100101 | 100000 | 101001 |
Color Harmonies of #82478A
Complementary color
Monochromatic Colors of #82478A
Black with #82478A
Text Example
Text Example
White with #82478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82478A; }
p { color: rgb(130,71,138); }
H1.HeaderClassName
{
color: #82478A;
}
.AnyTagClassName
{
color: #82478A;
}
</style>
background-color css
<style>
a { background-color: #82478A; }
a { background-color: rgb(130,71,138); }
div.DivClassName
{
background-color: #82478A;
}
.BgClassName
{
background-color: #82478A;
}
</style>
border-color css
<style>
span { border-color: #82478A; }
span { border-color: rgb(130,71,138); }
td.TdClassName
{
border-color: #82478A;
}
.TagClassName
{
border-color: #82478A;
}
</style>