Shades of Vivid Violet #822DAF
Tints of Vivid Violet #822DAF
RGB
CMYK
RGB Variations
Color information
#822DAF (or 0x822DAF) is known color: Vivid Violet. HEX triplet: 82, 2D and AF. RGB value is (130,45,175). Sum of RGB (Red+Green+Blue) = 130+45+175=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #822DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822DAF is #7DD250. Grayscale: #545454. Windows color (decimal): -8245841 or 11480450. OLE color: 11480450.
HSL color Cylindrical-coordinate representation of color #822DAF: hue angle of 279.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #822DAF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 45 | 175 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.31 |
| HSL | 279.23º | 0.59% | 0.43% | - |
| HSV(B) | 279.23º | 0.74% | 0.69% | - |
| XYZ | 17.88 | 9.72 | 41.49 | - |
| YUV | 85.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 45 | 175 | 0.26 | 0.74 | 0 | 0.31 | 279.23 | 0.59 | 0.43 |
| Hex | 82 | 2D | AF | 1A | 4A | 0 | 1F | 117 | 3B | 2B |
| Octal | 202 | 55 | 257 | 32 | 112 | 0 | 37 | 427 | 73 | 53 |
| Binary | 10000010 | 101101 | 10101111 | 11010 | 1001010 | 0 | 11111 | 100010111 | 111011 | 101011 |
Color Harmonies of #822DAF
Complementary color
Monochromatic Colors of #822DAF
Black with #822DAF
Text Example
Text Example
White with #822DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822DAF; }
p { color: rgb(130,45,175); }
H1.HeaderClassName
{
color: #822DAF;
}
.AnyTagClassName
{
color: #822DAF;
}
</style>
background-color css
<style>
a { background-color: #822DAF; }
a { background-color: rgb(130,45,175); }
div.DivClassName
{
background-color: #822DAF;
}
.BgClassName
{
background-color: #822DAF;
}
</style>
border-color css
<style>
span { border-color: #822DAF; }
span { border-color: rgb(130,45,175); }
td.TdClassName
{
border-color: #822DAF;
}
.TagClassName
{
border-color: #822DAF;
}
</style>