Shades of Vivid Violet #82328E
Tints of Vivid Violet #82328E
RGB
CMYK
RGB Variations
Color information
#82328E (or 0x82328E) is known color: Vivid Violet. HEX triplet: 82, 32 and 8E. RGB value is (130,50,142). Sum of RGB (Red+Green+Blue) = 130+50+142=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #82328E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82328E is #7DCD71. Grayscale: #545454. Windows color (decimal): -8244594 or 9319042. OLE color: 9319042.
HSL color Cylindrical-coordinate representation of color #82328E: hue angle of 292.17º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82328E is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 50 | 142 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.44 |
| HSL | 292.17º | 0.48% | 0.38% | - |
| HSV(B) | 292.17º | 0.65% | 0.56% | - |
| XYZ | 15.23 | 8.98 | 26.52 | - |
| YUV | 84.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 50 | 142 | 0.08 | 0.65 | 0 | 0.44 | 292.17 | 0.48 | 0.38 |
| Hex | 82 | 32 | 8E | 8 | 41 | 0 | 2C | 124 | 30 | 26 |
| Octal | 202 | 62 | 216 | 10 | 101 | 0 | 54 | 444 | 60 | 46 |
| Binary | 10000010 | 110010 | 10001110 | 1000 | 1000001 | 0 | 101100 | 100100100 | 110000 | 100110 |
Color Harmonies of #82328E
Complementary color
Monochromatic Colors of #82328E
Black with #82328E
Text Example
Text Example
White with #82328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82328E; }
p { color: rgb(130,50,142); }
H1.HeaderClassName
{
color: #82328E;
}
.AnyTagClassName
{
color: #82328E;
}
</style>
background-color css
<style>
a { background-color: #82328E; }
a { background-color: rgb(130,50,142); }
div.DivClassName
{
background-color: #82328E;
}
.BgClassName
{
background-color: #82328E;
}
</style>
border-color css
<style>
span { border-color: #82328E; }
span { border-color: rgb(130,50,142); }
td.TdClassName
{
border-color: #82328E;
}
.TagClassName
{
border-color: #82328E;
}
</style>