Shades of Vivid Violet #822D8C
Tints of Vivid Violet #822D8C
RGB
CMYK
RGB Variations
Color information
#822D8C (or 0x822D8C) is known color: Vivid Violet. HEX triplet: 82, 2D and 8C. RGB value is (130,45,140). Sum of RGB (Red+Green+Blue) = 130+45+140=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #822D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822D8C is #7DD273. Grayscale: #505050. Windows color (decimal): -8245876 or 9186690. OLE color: 9186690.
HSL color Cylindrical-coordinate representation of color #822D8C: hue angle of 293.68º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822D8C is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 45 | 140 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.45 |
| HSL | 293.68º | 0.51% | 0.36% | - |
| HSV(B) | 293.68º | 0.68% | 0.55% | - |
| XYZ | 14.88 | 8.52 | 25.67 | - |
| YUV | 81.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 140 | 0.07 | 0.68 | 0 | 0.45 | 293.68 | 0.51 | 0.36 |
| Hex | 82 | 2D | 8C | 7 | 44 | 0 | 2D | 126 | 33 | 24 |
| Octal | 202 | 55 | 214 | 7 | 104 | 0 | 55 | 446 | 63 | 44 |
| Binary | 10000010 | 101101 | 10001100 | 111 | 1000100 | 0 | 101101 | 100100110 | 110011 | 100100 |
Color Harmonies of #822D8C
Complementary color
Monochromatic Colors of #822D8C
Black with #822D8C
Text Example
Text Example
White with #822D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822D8C; }
p { color: rgb(130,45,140); }
H1.HeaderClassName
{
color: #822D8C;
}
.AnyTagClassName
{
color: #822D8C;
}
</style>
background-color css
<style>
a { background-color: #822D8C; }
a { background-color: rgb(130,45,140); }
div.DivClassName
{
background-color: #822D8C;
}
.BgClassName
{
background-color: #822D8C;
}
</style>
border-color css
<style>
span { border-color: #822D8C; }
span { border-color: rgb(130,45,140); }
td.TdClassName
{
border-color: #822D8C;
}
.TagClassName
{
border-color: #822D8C;
}
</style>