Shades of Vivid Violet #82499B
Tints of Vivid Violet #82499B
RGB
CMYK
RGB Variations
Color information
#82499B (or 0x82499B) is known color: Vivid Violet. HEX triplet: 82, 49 and 9B. RGB value is (130,73,155). Sum of RGB (Red+Green+Blue) = 130+73+155=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #82499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82499B is #7DB664. Grayscale: #636363. Windows color (decimal): -8238693 or 10176898. OLE color: 10176898.
HSL color Cylindrical-coordinate representation of color #82499B: hue angle of 281.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82499B is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 73 | 155 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.39 |
| HSL | 281.71º | 0.36% | 0.45% | - |
| HSV(B) | 281.71º | 0.53% | 0.61% | - |
| XYZ | 17.5 | 11.88 | 32.38 | - |
| YUV | 99.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 155 | 0.16 | 0.53 | 0 | 0.39 | 281.71 | 0.36 | 0.45 |
| Hex | 82 | 49 | 9B | 10 | 35 | 0 | 27 | 11A | 24 | 2D |
| Octal | 202 | 111 | 233 | 20 | 65 | 0 | 47 | 432 | 44 | 55 |
| Binary | 10000010 | 1001001 | 10011011 | 10000 | 110101 | 0 | 100111 | 100011010 | 100100 | 101101 |
Color Harmonies of #82499B
Complementary color
Monochromatic Colors of #82499B
Black with #82499B
Text Example
Text Example
White with #82499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82499B; }
p { color: rgb(130,73,155); }
H1.HeaderClassName
{
color: #82499B;
}
.AnyTagClassName
{
color: #82499B;
}
</style>
background-color css
<style>
a { background-color: #82499B; }
a { background-color: rgb(130,73,155); }
div.DivClassName
{
background-color: #82499B;
}
.BgClassName
{
background-color: #82499B;
}
</style>
border-color css
<style>
span { border-color: #82499B; }
span { border-color: rgb(130,73,155); }
td.TdClassName
{
border-color: #82499B;
}
.TagClassName
{
border-color: #82499B;
}
</style>