Shades of Vivid Violet #82418A
Tints of Vivid Violet #82418A
RGB
CMYK
RGB Variations
Color information
#82418A (or 0x82418A) is known color: Vivid Violet. HEX triplet: 82, 41 and 8A. RGB value is (130,65,138). Sum of RGB (Red+Green+Blue) = 130+65+138=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 138 - color contains mainly: blue. Hex color #82418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82418A is #7DBE75. Grayscale: #5C5C5C. Windows color (decimal): -8240758 or 9060738. OLE color: 9060738.
HSL color Cylindrical-coordinate representation of color #82418A: hue angle of 293.42º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82418A is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 65 | 138 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.46 |
| HSL | 293.42º | 0.36% | 0.4% | - |
| HSV(B) | 293.42º | 0.53% | 0.54% | - |
| XYZ | 15.68 | 10.36 | 25.22 | - |
| YUV | 92.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 138 | 0.06 | 0.53 | 0 | 0.46 | 293.42 | 0.36 | 0.4 |
| Hex | 82 | 41 | 8A | 6 | 35 | 0 | 2E | 125 | 24 | 28 |
| Octal | 202 | 101 | 212 | 6 | 65 | 0 | 56 | 445 | 44 | 50 |
| Binary | 10000010 | 1000001 | 10001010 | 110 | 110101 | 0 | 101110 | 100100101 | 100100 | 101000 |
Color Harmonies of #82418A
Complementary color
Monochromatic Colors of #82418A
Black with #82418A
Text Example
Text Example
White with #82418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82418A; }
p { color: rgb(130,65,138); }
H1.HeaderClassName
{
color: #82418A;
}
.AnyTagClassName
{
color: #82418A;
}
</style>
background-color css
<style>
a { background-color: #82418A; }
a { background-color: rgb(130,65,138); }
div.DivClassName
{
background-color: #82418A;
}
.BgClassName
{
background-color: #82418A;
}
</style>
border-color css
<style>
span { border-color: #82418A; }
span { border-color: rgb(130,65,138); }
td.TdClassName
{
border-color: #82418A;
}
.TagClassName
{
border-color: #82418A;
}
</style>