Shades of Vivid Violet #82218A
Tints of Vivid Violet #82218A
RGB
CMYK
RGB Variations
Color information
#82218A (or 0x82218A) is known color: Vivid Violet. HEX triplet: 82, 21 and 8A. RGB value is (130,33,138). Sum of RGB (Red+Green+Blue) = 130+33+138=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #82218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82218A is #7DDE75. Grayscale: #494949. Windows color (decimal): -8248950 or 9052546. OLE color: 9052546.
HSL color Cylindrical-coordinate representation of color #82218A: hue angle of 295.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #82218A is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 33 | 138 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.46 |
| HSL | 295.43º | 0.61% | 0.34% | - |
| HSV(B) | 295.43º | 0.76% | 0.54% | - |
| XYZ | 14.34 | 7.67 | 24.77 | - |
| YUV | 73.97 | 164.14 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 138 | 0.06 | 0.76 | 0 | 0.46 | 295.43 | 0.61 | 0.34 |
| Hex | 82 | 21 | 8A | 6 | 4C | 0 | 2E | 127 | 3D | 22 |
| Octal | 202 | 41 | 212 | 6 | 114 | 0 | 56 | 447 | 75 | 42 |
| Binary | 10000010 | 100001 | 10001010 | 110 | 1001100 | 0 | 101110 | 100100111 | 111101 | 100010 |
Color Harmonies of #82218A
Complementary color
Monochromatic Colors of #82218A
Black with #82218A
Text Example
Text Example
White with #82218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82218A; }
p { color: rgb(130,33,138); }
H1.HeaderClassName
{
color: #82218A;
}
.AnyTagClassName
{
color: #82218A;
}
</style>
background-color css
<style>
a { background-color: #82218A; }
a { background-color: rgb(130,33,138); }
div.DivClassName
{
background-color: #82218A;
}
.BgClassName
{
background-color: #82218A;
}
</style>
border-color css
<style>
span { border-color: #82218A; }
span { border-color: rgb(130,33,138); }
td.TdClassName
{
border-color: #82218A;
}
.TagClassName
{
border-color: #82218A;
}
</style>