Shades of Vivid Violet #822FAF
Tints of Vivid Violet #822FAF
RGB
CMYK
RGB Variations
Color information
#822FAF (or 0x822FAF) is known color: Vivid Violet. HEX triplet: 82, 2F and AF. RGB value is (130,47,175). Sum of RGB (Red+Green+Blue) = 130+47+175=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #822FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822FAF is #7DD050. Grayscale: #555555. Windows color (decimal): -8245329 or 11480962. OLE color: 11480962.
HSL color Cylindrical-coordinate representation of color #822FAF: hue angle of 278.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #822FAF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 47 | 175 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.31 |
| HSL | 278.91º | 0.58% | 0.44% | - |
| HSV(B) | 278.91º | 0.73% | 0.69% | - |
| XYZ | 17.96 | 9.87 | 41.52 | - |
| YUV | 86.41 | 178 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 175 | 0.26 | 0.73 | 0 | 0.31 | 278.91 | 0.58 | 0.44 |
| Hex | 82 | 2F | AF | 1A | 49 | 0 | 1F | 117 | 3A | 2C |
| Octal | 202 | 57 | 257 | 32 | 111 | 0 | 37 | 427 | 72 | 54 |
| Binary | 10000010 | 101111 | 10101111 | 11010 | 1001001 | 0 | 11111 | 100010111 | 111010 | 101100 |
Color Harmonies of #822FAF
Complementary color
Monochromatic Colors of #822FAF
Black with #822FAF
Text Example
Text Example
White with #822FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822FAF; }
p { color: rgb(130,47,175); }
H1.HeaderClassName
{
color: #822FAF;
}
.AnyTagClassName
{
color: #822FAF;
}
</style>
background-color css
<style>
a { background-color: #822FAF; }
a { background-color: rgb(130,47,175); }
div.DivClassName
{
background-color: #822FAF;
}
.BgClassName
{
background-color: #822FAF;
}
</style>
border-color css
<style>
span { border-color: #822FAF; }
span { border-color: rgb(130,47,175); }
td.TdClassName
{
border-color: #822FAF;
}
.TagClassName
{
border-color: #822FAF;
}
</style>