Shades of Vivid Violet #82298C
Tints of Vivid Violet #82298C
RGB
CMYK
RGB Variations
Color information
#82298C (or 0x82298C) is known color: Vivid Violet. HEX triplet: 82, 29 and 8C. RGB value is (130,41,140). Sum of RGB (Red+Green+Blue) = 130+41+140=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #82298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82298C is #7DD673. Grayscale: #4E4E4E. Windows color (decimal): -8246900 or 9185666. OLE color: 9185666.
HSL color Cylindrical-coordinate representation of color #82298C: hue angle of 293.94º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82298C is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 41 | 140 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.45 |
| HSL | 293.94º | 0.55% | 0.35% | - |
| HSV(B) | 293.94º | 0.71% | 0.55% | - |
| XYZ | 14.73 | 8.23 | 25.62 | - |
| YUV | 78.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 41 | 140 | 0.07 | 0.71 | 0 | 0.45 | 293.94 | 0.55 | 0.35 |
| Hex | 82 | 29 | 8C | 7 | 47 | 0 | 2D | 126 | 37 | 23 |
| Octal | 202 | 51 | 214 | 7 | 107 | 0 | 55 | 446 | 67 | 43 |
| Binary | 10000010 | 101001 | 10001100 | 111 | 1000111 | 0 | 101101 | 100100110 | 110111 | 100011 |
Color Harmonies of #82298C
Complementary color
Monochromatic Colors of #82298C
Black with #82298C
Text Example
Text Example
White with #82298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82298C; }
p { color: rgb(130,41,140); }
H1.HeaderClassName
{
color: #82298C;
}
.AnyTagClassName
{
color: #82298C;
}
</style>
background-color css
<style>
a { background-color: #82298C; }
a { background-color: rgb(130,41,140); }
div.DivClassName
{
background-color: #82298C;
}
.BgClassName
{
background-color: #82298C;
}
</style>
border-color css
<style>
span { border-color: #82298C; }
span { border-color: rgb(130,41,140); }
td.TdClassName
{
border-color: #82298C;
}
.TagClassName
{
border-color: #82298C;
}
</style>