Shades of Blue Violet #8219EA
Tints of Blue Violet #8219EA
RGB
CMYK
RGB Variations
Color information
#8219EA (or 0x8219EA) is known color: Blue Violet. HEX triplet: 82, 19 and EA. RGB value is (130,25,234). Sum of RGB (Red+Green+Blue) = 130+25+234=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 234 (91.80% from 255 or 60.15% from 389); Max value from RGB is 234 - color contains mainly: blue. Hex color #8219EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8219EA is #7DE615. Grayscale: #4F4F4F. Windows color (decimal): -8250902 or 15341954. OLE color: 15341954.
HSL color Cylindrical-coordinate representation of color #8219EA: hue angle of 270.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8219EA is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 25 | 234 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.08 |
| HSL | 270.14º | 0.83% | 0.51% | - |
| HSV(B) | 270.14º | 0.89% | 0.92% | - |
| XYZ | 24.4 | 11.38 | 78.75 | - |
| YUV | 80.22 | 214.79 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 25 | 234 | 0.44 | 0.89 | 0 | 0.08 | 270.14 | 0.83 | 0.51 |
| Hex | 82 | 19 | EA | 2C | 59 | 0 | 8 | 10E | 53 | 33 |
| Octal | 202 | 31 | 352 | 54 | 131 | 0 | 10 | 416 | 123 | 63 |
| Binary | 10000010 | 11001 | 11101010 | 101100 | 1011001 | 0 | 1000 | 100001110 | 1010011 | 110011 |
Color Harmonies of #8219EA
Complementary color
Monochromatic Colors of #8219EA
Black with #8219EA
Text Example
Text Example
White with #8219EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8219EA; }
p { color: rgb(130,25,234); }
H1.HeaderClassName
{
color: #8219EA;
}
.AnyTagClassName
{
color: #8219EA;
}
</style>
background-color css
<style>
a { background-color: #8219EA; }
a { background-color: rgb(130,25,234); }
div.DivClassName
{
background-color: #8219EA;
}
.BgClassName
{
background-color: #8219EA;
}
</style>
border-color css
<style>
span { border-color: #8219EA; }
span { border-color: rgb(130,25,234); }
td.TdClassName
{
border-color: #8219EA;
}
.TagClassName
{
border-color: #8219EA;
}
</style>