Shades of Vivid Violet #82418C
Tints of Vivid Violet #82418C
RGB
CMYK
RGB Variations
Color information
#82418C (or 0x82418C) is known color: Vivid Violet. HEX triplet: 82, 41 and 8C. RGB value is (130,65,140). Sum of RGB (Red+Green+Blue) = 130+65+140=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #82418C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82418C is #7DBE73. Grayscale: #5C5C5C. Windows color (decimal): -8240756 or 9191810. OLE color: 9191810.
HSL color Cylindrical-coordinate representation of color #82418C: hue angle of 292º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82418C is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 65 | 140 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.45 |
| HSL | 292º | 0.37% | 0.4% | - |
| HSV(B) | 292º | 0.54% | 0.55% | - |
| XYZ | 15.83 | 10.42 | 25.99 | - |
| YUV | 92.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 140 | 0.07 | 0.54 | 0 | 0.45 | 292 | 0.37 | 0.4 |
| Hex | 82 | 41 | 8C | 7 | 36 | 0 | 2D | 124 | 25 | 28 |
| Octal | 202 | 101 | 214 | 7 | 66 | 0 | 55 | 444 | 45 | 50 |
| Binary | 10000010 | 1000001 | 10001100 | 111 | 110110 | 0 | 101101 | 100100100 | 100101 | 101000 |
Color Harmonies of #82418C
Complementary color
Monochromatic Colors of #82418C
Black with #82418C
Text Example
Text Example
White with #82418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82418C; }
p { color: rgb(130,65,140); }
H1.HeaderClassName
{
color: #82418C;
}
.AnyTagClassName
{
color: #82418C;
}
</style>
background-color css
<style>
a { background-color: #82418C; }
a { background-color: rgb(130,65,140); }
div.DivClassName
{
background-color: #82418C;
}
.BgClassName
{
background-color: #82418C;
}
</style>
border-color css
<style>
span { border-color: #82418C; }
span { border-color: rgb(130,65,140); }
td.TdClassName
{
border-color: #82418C;
}
.TagClassName
{
border-color: #82418C;
}
</style>