Shades of Blue Violet #822EEF
Tints of Blue Violet #822EEF
RGB
CMYK
RGB Variations
Color information
#822EEF (or 0x822EEF) is known color: Blue Violet. HEX triplet: 82, 2E and EF. RGB value is (130,46,239). Sum of RGB (Red+Green+Blue) = 130+46+239=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #822EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #822EEF is #7DD110. Grayscale: #5C5C5C. Windows color (decimal): -8245521 or 15675010. OLE color: 15675010.
HSL color Cylindrical-coordinate representation of color #822EEF: hue angle of 266.11º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #822EEF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 46 | 239 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.06 |
| HSL | 266.11º | 0.86% | 0.56% | - |
| HSV(B) | 266.11º | 0.81% | 0.94% | - |
| XYZ | 25.76 | 12.93 | 82.8 | - |
| YUV | 93.12 | 210.33 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 46 | 239 | 0.46 | 0.81 | 0 | 0.06 | 266.11 | 0.86 | 0.56 |
| Hex | 82 | 2E | EF | 2E | 51 | 0 | 6 | 10A | 56 | 38 |
| Octal | 202 | 56 | 357 | 56 | 121 | 0 | 6 | 412 | 126 | 70 |
| Binary | 10000010 | 101110 | 11101111 | 101110 | 1010001 | 0 | 110 | 100001010 | 1010110 | 111000 |
Color Harmonies of #822EEF
Complementary color
Monochromatic Colors of #822EEF
Black with #822EEF
Text Example
Text Example
White with #822EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822EEF; }
p { color: rgb(130,46,239); }
H1.HeaderClassName
{
color: #822EEF;
}
.AnyTagClassName
{
color: #822EEF;
}
</style>
background-color css
<style>
a { background-color: #822EEF; }
a { background-color: rgb(130,46,239); }
div.DivClassName
{
background-color: #822EEF;
}
.BgClassName
{
background-color: #822EEF;
}
</style>
border-color css
<style>
span { border-color: #822EEF; }
span { border-color: rgb(130,46,239); }
td.TdClassName
{
border-color: #822EEF;
}
.TagClassName
{
border-color: #822EEF;
}
</style>