Shades of Vivid Violet #82468A
Tints of Vivid Violet #82468A
RGB
CMYK
RGB Variations
Color information
#82468A (or 0x82468A) is known color: Vivid Violet. HEX triplet: 82, 46 and 8A. RGB value is (130,70,138). Sum of RGB (Red+Green+Blue) = 130+70+138=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #82468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82468A is #7DB975. Grayscale: #5F5F5F. Windows color (decimal): -8239478 or 9062018. OLE color: 9062018.
HSL color Cylindrical-coordinate representation of color #82468A: hue angle of 292.94º degrees, saturation: 0.33, 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 #82468A is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 70 | 138 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.46 |
| HSL | 292.94º | 0.33% | 0.41% | - |
| HSV(B) | 292.94º | 0.49% | 0.54% | - |
| XYZ | 15.98 | 10.96 | 25.32 | - |
| YUV | 95.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 138 | 0.06 | 0.49 | 0 | 0.46 | 292.94 | 0.33 | 0.41 |
| Hex | 82 | 46 | 8A | 6 | 31 | 0 | 2E | 125 | 21 | 29 |
| Octal | 202 | 106 | 212 | 6 | 61 | 0 | 56 | 445 | 41 | 51 |
| Binary | 10000010 | 1000110 | 10001010 | 110 | 110001 | 0 | 101110 | 100100101 | 100001 | 101001 |
Color Harmonies of #82468A
Complementary color
Monochromatic Colors of #82468A
Black with #82468A
Text Example
Text Example
White with #82468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82468A; }
p { color: rgb(130,70,138); }
H1.HeaderClassName
{
color: #82468A;
}
.AnyTagClassName
{
color: #82468A;
}
</style>
background-color css
<style>
a { background-color: #82468A; }
a { background-color: rgb(130,70,138); }
div.DivClassName
{
background-color: #82468A;
}
.BgClassName
{
background-color: #82468A;
}
</style>
border-color css
<style>
span { border-color: #82468A; }
span { border-color: rgb(130,70,138); }
td.TdClassName
{
border-color: #82468A;
}
.TagClassName
{
border-color: #82468A;
}
</style>