Shades of Blue Violet #822FFE
Tints of Blue Violet #822FFE
RGB
CMYK
RGB Variations
Color information
#822FFE (or 0x822FFE) is known color: Blue Violet. HEX triplet: 82, 2F and FE. RGB value is (130,47,254). Sum of RGB (Red+Green+Blue) = 130+47+254=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #822FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822FFE is #7DD001. Grayscale: #5E5E5E. Windows color (decimal): -8245250 or 16658306. OLE color: 16658306.
HSL color Cylindrical-coordinate representation of color #822FFE: hue angle of 264.06º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822FFE is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 47 | 254 | - |
| CMYK | 0.49 | 0.81 | 0 | 0.00 |
| HSL | 264.06º | 0.99% | 0.59% | - |
| HSV(B) | 264.06º | 0.81% | 1% | - |
| XYZ | 28.11 | 13.93 | 94.97 | - |
| YUV | 95.42 | 217.5 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 254 | 0.49 | 0.81 | 0 | 0.00 | 264.06 | 0.99 | 0.59 |
| Hex | 82 | 2F | FE | 31 | 51 | 0 | 0 | 108 | 63 | 3B |
| Octal | 202 | 57 | 376 | 61 | 121 | 0 | 0 | 410 | 143 | 73 |
| Binary | 10000010 | 101111 | 11111110 | 110001 | 1010001 | 0 | 0 | 100001000 | 1100011 | 111011 |
Color Harmonies of #822FFE
Complementary color
Monochromatic Colors of #822FFE
Black with #822FFE
Text Example
Text Example
White with #822FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822FFE; }
p { color: rgb(130,47,254); }
H1.HeaderClassName
{
color: #822FFE;
}
.AnyTagClassName
{
color: #822FFE;
}
</style>
background-color css
<style>
a { background-color: #822FFE; }
a { background-color: rgb(130,47,254); }
div.DivClassName
{
background-color: #822FFE;
}
.BgClassName
{
background-color: #822FFE;
}
</style>
border-color css
<style>
span { border-color: #822FFE; }
span { border-color: rgb(130,47,254); }
td.TdClassName
{
border-color: #822FFE;
}
.TagClassName
{
border-color: #822FFE;
}
</style>