Shades of Vivid Violet #82288D
Tints of Vivid Violet #82288D
RGB
CMYK
RGB Variations
Color information
#82288D (or 0x82288D) is known color: Vivid Violet. HEX triplet: 82, 28 and 8D. RGB value is (130,40,141). Sum of RGB (Red+Green+Blue) = 130+40+141=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #82288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82288D is #7DD772. Grayscale: #4E4E4E. Windows color (decimal): -8247155 or 9250946. OLE color: 9250946.
HSL color Cylindrical-coordinate representation of color #82288D: hue angle of 293.47º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82288D is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 40 | 141 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.45 |
| HSL | 293.47º | 0.56% | 0.35% | - |
| HSV(B) | 293.47º | 0.72% | 0.55% | - |
| XYZ | 14.77 | 8.19 | 26 | - |
| YUV | 78.42 | 163.32 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 141 | 0.08 | 0.72 | 0 | 0.45 | 293.47 | 0.56 | 0.35 |
| Hex | 82 | 28 | 8D | 8 | 48 | 0 | 2D | 125 | 38 | 23 |
| Octal | 202 | 50 | 215 | 10 | 110 | 0 | 55 | 445 | 70 | 43 |
| Binary | 10000010 | 101000 | 10001101 | 1000 | 1001000 | 0 | 101101 | 100100101 | 111000 | 100011 |
Color Harmonies of #82288D
Complementary color
Monochromatic Colors of #82288D
Black with #82288D
Text Example
Text Example
White with #82288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82288D; }
p { color: rgb(130,40,141); }
H1.HeaderClassName
{
color: #82288D;
}
.AnyTagClassName
{
color: #82288D;
}
</style>
background-color css
<style>
a { background-color: #82288D; }
a { background-color: rgb(130,40,141); }
div.DivClassName
{
background-color: #82288D;
}
.BgClassName
{
background-color: #82288D;
}
</style>
border-color css
<style>
span { border-color: #82288D; }
span { border-color: rgb(130,40,141); }
td.TdClassName
{
border-color: #82288D;
}
.TagClassName
{
border-color: #82288D;
}
</style>