Shades of Vivid Violet #82238A
Tints of Vivid Violet #82238A
RGB
CMYK
RGB Variations
Color information
#82238A (or 0x82238A) is known color: Vivid Violet. HEX triplet: 82, 23 and 8A. RGB value is (130,35,138). Sum of RGB (Red+Green+Blue) = 130+35+138=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #82238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82238A is #7DDC75. Grayscale: #4A4A4A. Windows color (decimal): -8248438 or 9053058. OLE color: 9053058.
HSL color Cylindrical-coordinate representation of color #82238A: hue angle of 295.34º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #82238A is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 35 | 138 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.46 |
| HSL | 295.34º | 0.6% | 0.34% | - |
| HSV(B) | 295.34º | 0.75% | 0.54% | - |
| XYZ | 14.39 | 7.78 | 24.79 | - |
| YUV | 75.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 138 | 0.06 | 0.75 | 0 | 0.46 | 295.34 | 0.6 | 0.34 |
| Hex | 82 | 23 | 8A | 6 | 4B | 0 | 2E | 127 | 3C | 22 |
| Octal | 202 | 43 | 212 | 6 | 113 | 0 | 56 | 447 | 74 | 42 |
| Binary | 10000010 | 100011 | 10001010 | 110 | 1001011 | 0 | 101110 | 100100111 | 111100 | 100010 |
Color Harmonies of #82238A
Complementary color
Monochromatic Colors of #82238A
Black with #82238A
Text Example
Text Example
White with #82238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82238A; }
p { color: rgb(130,35,138); }
H1.HeaderClassName
{
color: #82238A;
}
.AnyTagClassName
{
color: #82238A;
}
</style>
background-color css
<style>
a { background-color: #82238A; }
a { background-color: rgb(130,35,138); }
div.DivClassName
{
background-color: #82238A;
}
.BgClassName
{
background-color: #82238A;
}
</style>
border-color css
<style>
span { border-color: #82238A; }
span { border-color: rgb(130,35,138); }
td.TdClassName
{
border-color: #82238A;
}
.TagClassName
{
border-color: #82238A;
}
</style>