Shades of Blue Violet #822FEB
Tints of Blue Violet #822FEB
RGB
CMYK
RGB Variations
Color information
#822FEB (or 0x822FEB) is known color: Blue Violet. HEX triplet: 82, 2F and EB. RGB value is (130,47,235). Sum of RGB (Red+Green+Blue) = 130+47+235=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #822FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822FEB is #7DD014. Grayscale: #5C5C5C. Windows color (decimal): -8245269 or 15413122. OLE color: 15413122.
HSL color Cylindrical-coordinate representation of color #822FEB: hue angle of 266.49º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #822FEB is Cyan = 0.45, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 47 | 235 | - |
| CMYK | 0.45 | 0.8 | 0 | 0.08 |
| HSL | 266.49º | 0.82% | 0.55% | - |
| HSV(B) | 266.49º | 0.8% | 0.92% | - |
| XYZ | 25.22 | 12.78 | 79.73 | - |
| YUV | 93.25 | 208 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 47 | 235 | 0.45 | 0.8 | 0 | 0.08 | 266.49 | 0.82 | 0.55 |
| Hex | 82 | 2F | EB | 2D | 50 | 0 | 8 | 10A | 52 | 37 |
| Octal | 202 | 57 | 353 | 55 | 120 | 0 | 10 | 412 | 122 | 67 |
| Binary | 10000010 | 101111 | 11101011 | 101101 | 1010000 | 0 | 1000 | 100001010 | 1010010 | 110111 |
Color Harmonies of #822FEB
Complementary color
Monochromatic Colors of #822FEB
Black with #822FEB
Text Example
Text Example
White with #822FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822FEB; }
p { color: rgb(130,47,235); }
H1.HeaderClassName
{
color: #822FEB;
}
.AnyTagClassName
{
color: #822FEB;
}
</style>
background-color css
<style>
a { background-color: #822FEB; }
a { background-color: rgb(130,47,235); }
div.DivClassName
{
background-color: #822FEB;
}
.BgClassName
{
background-color: #822FEB;
}
</style>
border-color css
<style>
span { border-color: #822FEB; }
span { border-color: rgb(130,47,235); }
td.TdClassName
{
border-color: #822FEB;
}
.TagClassName
{
border-color: #822FEB;
}
</style>