Shades of Blue Violet #8219EE
Tints of Blue Violet #8219EE
RGB
CMYK
RGB Variations
Color information
#8219EE (or 0x8219EE) is known color: Blue Violet. HEX triplet: 82, 19 and EE. RGB value is (130,25,238). Sum of RGB (Red+Green+Blue) = 130+25+238=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #8219EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8219EE is #7DE611. Grayscale: #4F4F4F. Windows color (decimal): -8250898 or 15604098. OLE color: 15604098.
HSL color Cylindrical-coordinate representation of color #8219EE: hue angle of 269.58º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8219EE is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 25 | 238 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.07 |
| HSL | 269.58º | 0.86% | 0.52% | - |
| HSV(B) | 269.58º | 0.89% | 0.93% | - |
| XYZ | 24.99 | 11.61 | 81.81 | - |
| YUV | 80.68 | 216.79 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 238 | 0.45 | 0.89 | 0 | 0.07 | 269.58 | 0.86 | 0.52 |
| Hex | 82 | 19 | EE | 2D | 59 | 0 | 7 | 10E | 56 | 34 |
| Octal | 202 | 31 | 356 | 55 | 131 | 0 | 7 | 416 | 126 | 64 |
| Binary | 10000010 | 11001 | 11101110 | 101101 | 1011001 | 0 | 111 | 100001110 | 1010110 | 110100 |
Color Harmonies of #8219EE
Complementary color
Monochromatic Colors of #8219EE
Black with #8219EE
Text Example
Text Example
White with #8219EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8219EE; }
p { color: rgb(130,25,238); }
H1.HeaderClassName
{
color: #8219EE;
}
.AnyTagClassName
{
color: #8219EE;
}
</style>
background-color css
<style>
a { background-color: #8219EE; }
a { background-color: rgb(130,25,238); }
div.DivClassName
{
background-color: #8219EE;
}
.BgClassName
{
background-color: #8219EE;
}
</style>
border-color css
<style>
span { border-color: #8219EE; }
span { border-color: rgb(130,25,238); }
td.TdClassName
{
border-color: #8219EE;
}
.TagClassName
{
border-color: #8219EE;
}
</style>