Shades of Vivid Violet #82258D
Tints of Vivid Violet #82258D
RGB
CMYK
RGB Variations
Color information
#82258D (or 0x82258D) is known color: Vivid Violet. HEX triplet: 82, 25 and 8D. RGB value is (130,37,141). Sum of RGB (Red+Green+Blue) = 130+37+141=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #82258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82258D is #7DDA72. Grayscale: #4C4C4C. Windows color (decimal): -8247923 or 9250178. OLE color: 9250178.
HSL color Cylindrical-coordinate representation of color #82258D: hue angle of 293.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82258D is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 37 | 141 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.45 |
| HSL | 293.65º | 0.58% | 0.35% | - |
| HSV(B) | 293.65º | 0.74% | 0.55% | - |
| XYZ | 14.68 | 7.99 | 25.97 | - |
| YUV | 76.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 141 | 0.08 | 0.74 | 0 | 0.45 | 293.65 | 0.58 | 0.35 |
| Hex | 82 | 25 | 8D | 8 | 4A | 0 | 2D | 126 | 3A | 23 |
| Octal | 202 | 45 | 215 | 10 | 112 | 0 | 55 | 446 | 72 | 43 |
| Binary | 10000010 | 100101 | 10001101 | 1000 | 1001010 | 0 | 101101 | 100100110 | 111010 | 100011 |
Color Harmonies of #82258D
Complementary color
Monochromatic Colors of #82258D
Black with #82258D
Text Example
Text Example
White with #82258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82258D; }
p { color: rgb(130,37,141); }
H1.HeaderClassName
{
color: #82258D;
}
.AnyTagClassName
{
color: #82258D;
}
</style>
background-color css
<style>
a { background-color: #82258D; }
a { background-color: rgb(130,37,141); }
div.DivClassName
{
background-color: #82258D;
}
.BgClassName
{
background-color: #82258D;
}
</style>
border-color css
<style>
span { border-color: #82258D; }
span { border-color: rgb(130,37,141); }
td.TdClassName
{
border-color: #82258D;
}
.TagClassName
{
border-color: #82258D;
}
</style>