Shades of Vivid Violet #82398E
Tints of Vivid Violet #82398E
RGB
CMYK
RGB Variations
Color information
#82398E (or 0x82398E) is known color: Vivid Violet. HEX triplet: 82, 39 and 8E. RGB value is (130,57,142). Sum of RGB (Red+Green+Blue) = 130+57+142=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #82398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82398E is #7DC671. Grayscale: #585858. Windows color (decimal): -8242802 or 9320834. OLE color: 9320834.
HSL color Cylindrical-coordinate representation of color #82398E: hue angle of 291.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82398E is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 57 | 142 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.44 |
| HSL | 291.53º | 0.43% | 0.39% | - |
| HSV(B) | 291.53º | 0.6% | 0.56% | - |
| XYZ | 15.55 | 9.63 | 26.63 | - |
| YUV | 88.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 57 | 142 | 0.08 | 0.60 | 0 | 0.44 | 291.53 | 0.43 | 0.39 |
| Hex | 82 | 39 | 8E | 8 | 3C | 0 | 2C | 124 | 2B | 27 |
| Octal | 202 | 71 | 216 | 10 | 74 | 0 | 54 | 444 | 53 | 47 |
| Binary | 10000010 | 111001 | 10001110 | 1000 | 111100 | 0 | 101100 | 100100100 | 101011 | 100111 |
Color Harmonies of #82398E
Complementary color
Monochromatic Colors of #82398E
Black with #82398E
Text Example
Text Example
White with #82398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82398E; }
p { color: rgb(130,57,142); }
H1.HeaderClassName
{
color: #82398E;
}
.AnyTagClassName
{
color: #82398E;
}
</style>
background-color css
<style>
a { background-color: #82398E; }
a { background-color: rgb(130,57,142); }
div.DivClassName
{
background-color: #82398E;
}
.BgClassName
{
background-color: #82398E;
}
</style>
border-color css
<style>
span { border-color: #82398E; }
span { border-color: rgb(130,57,142); }
td.TdClassName
{
border-color: #82398E;
}
.TagClassName
{
border-color: #82398E;
}
</style>