Shades of Vivid Violet #82408A
Tints of Vivid Violet #82408A
RGB
CMYK
RGB Variations
Color information
#82408A (or 0x82408A) is known color: Vivid Violet. HEX triplet: 82, 40 and 8A. RGB value is (130,64,138). Sum of RGB (Red+Green+Blue) = 130+64+138=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #82408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82408A is #7DBF75. Grayscale: #5B5B5B. Windows color (decimal): -8241014 or 9060482. OLE color: 9060482.
HSL color Cylindrical-coordinate representation of color #82408A: hue angle of 293.51º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82408A is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 64 | 138 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.46 |
| HSL | 293.51º | 0.37% | 0.4% | - |
| HSV(B) | 293.51º | 0.54% | 0.54% | - |
| XYZ | 15.63 | 10.25 | 25.2 | - |
| YUV | 92.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 138 | 0.06 | 0.54 | 0 | 0.46 | 293.51 | 0.37 | 0.4 |
| Hex | 82 | 40 | 8A | 6 | 36 | 0 | 2E | 126 | 25 | 28 |
| Octal | 202 | 100 | 212 | 6 | 66 | 0 | 56 | 446 | 45 | 50 |
| Binary | 10000010 | 1000000 | 10001010 | 110 | 110110 | 0 | 101110 | 100100110 | 100101 | 101000 |
Color Harmonies of #82408A
Complementary color
Monochromatic Colors of #82408A
Black with #82408A
Text Example
Text Example
White with #82408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82408A; }
p { color: rgb(130,64,138); }
H1.HeaderClassName
{
color: #82408A;
}
.AnyTagClassName
{
color: #82408A;
}
</style>
background-color css
<style>
a { background-color: #82408A; }
a { background-color: rgb(130,64,138); }
div.DivClassName
{
background-color: #82408A;
}
.BgClassName
{
background-color: #82408A;
}
</style>
border-color css
<style>
span { border-color: #82408A; }
span { border-color: rgb(130,64,138); }
td.TdClassName
{
border-color: #82408A;
}
.TagClassName
{
border-color: #82408A;
}
</style>