Shades of Vivid Violet #82249C
Tints of Vivid Violet #82249C
RGB
CMYK
RGB Variations
Color information
#82249C (or 0x82249C) is known color: Vivid Violet. HEX triplet: 82, 24 and 9C. RGB value is (130,36,156). Sum of RGB (Red+Green+Blue) = 130+36+156=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #82249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82249C is #7DDB63. Grayscale: #4D4D4D. Windows color (decimal): -8248164 or 10232962. OLE color: 10232962.
HSL color Cylindrical-coordinate representation of color #82249C: hue angle of 287º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82249C is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 36 | 156 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.39 |
| HSL | 287º | 0.63% | 0.38% | - |
| HSV(B) | 287º | 0.77% | 0.61% | - |
| XYZ | 15.84 | 8.41 | 32.24 | - |
| YUV | 77.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 156 | 0.17 | 0.77 | 0 | 0.39 | 287 | 0.63 | 0.38 |
| Hex | 82 | 24 | 9C | 11 | 4D | 0 | 27 | 11F | 3E | 26 |
| Octal | 202 | 44 | 234 | 21 | 115 | 0 | 47 | 437 | 76 | 46 |
| Binary | 10000010 | 100100 | 10011100 | 10001 | 1001101 | 0 | 100111 | 100011111 | 111110 | 100110 |
Color Harmonies of #82249C
Complementary color
Monochromatic Colors of #82249C
Black with #82249C
Text Example
Text Example
White with #82249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82249C; }
p { color: rgb(130,36,156); }
H1.HeaderClassName
{
color: #82249C;
}
.AnyTagClassName
{
color: #82249C;
}
</style>
background-color css
<style>
a { background-color: #82249C; }
a { background-color: rgb(130,36,156); }
div.DivClassName
{
background-color: #82249C;
}
.BgClassName
{
background-color: #82249C;
}
</style>
border-color css
<style>
span { border-color: #82249C; }
span { border-color: rgb(130,36,156); }
td.TdClassName
{
border-color: #82249C;
}
.TagClassName
{
border-color: #82249C;
}
</style>