Shades of Vivid Violet #82479A
Tints of Vivid Violet #82479A
RGB
CMYK
RGB Variations
Color information
#82479A (or 0x82479A) is known color: Vivid Violet. HEX triplet: 82, 47 and 9A. RGB value is (130,71,154). Sum of RGB (Red+Green+Blue) = 130+71+154=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #82479A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82479A is #7DB865. Grayscale: #616161. Windows color (decimal): -8239206 or 10110850. OLE color: 10110850.
HSL color Cylindrical-coordinate representation of color #82479A: hue angle of 282.65º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82479A is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 71 | 154 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.40 |
| HSL | 282.65º | 0.37% | 0.44% | - |
| HSV(B) | 282.65º | 0.54% | 0.6% | - |
| XYZ | 17.29 | 11.59 | 31.9 | - |
| YUV | 98.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 154 | 0.16 | 0.54 | 0 | 0.40 | 282.65 | 0.37 | 0.44 |
| Hex | 82 | 47 | 9A | 10 | 36 | 0 | 28 | 11B | 25 | 2C |
| Octal | 202 | 107 | 232 | 20 | 66 | 0 | 50 | 433 | 45 | 54 |
| Binary | 10000010 | 1000111 | 10011010 | 10000 | 110110 | 0 | 101000 | 100011011 | 100101 | 101100 |
Color Harmonies of #82479A
Complementary color
Monochromatic Colors of #82479A
Black with #82479A
Text Example
Text Example
White with #82479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82479A; }
p { color: rgb(130,71,154); }
H1.HeaderClassName
{
color: #82479A;
}
.AnyTagClassName
{
color: #82479A;
}
</style>
background-color css
<style>
a { background-color: #82479A; }
a { background-color: rgb(130,71,154); }
div.DivClassName
{
background-color: #82479A;
}
.BgClassName
{
background-color: #82479A;
}
</style>
border-color css
<style>
span { border-color: #82479A; }
span { border-color: rgb(130,71,154); }
td.TdClassName
{
border-color: #82479A;
}
.TagClassName
{
border-color: #82479A;
}
</style>