Shades of Blue Violet #8220EA
Tints of Blue Violet #8220EA
RGB
CMYK
RGB Variations
Color information
#8220EA (or 0x8220EA) is known color: Blue Violet. HEX triplet: 82, 20 and EA. RGB value is (130,32,234). Sum of RGB (Red+Green+Blue) = 130+32+234=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #8220EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8220EA is #7DDF15. Grayscale: #535353. Windows color (decimal): -8249110 or 15343746. OLE color: 15343746.
HSL color Cylindrical-coordinate representation of color #8220EA: hue angle of 269.11º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8220EA is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 32 | 234 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.08 |
| HSL | 269.11º | 0.83% | 0.52% | - |
| HSV(B) | 269.11º | 0.86% | 0.92% | - |
| XYZ | 24.57 | 11.72 | 78.81 | - |
| YUV | 84.33 | 212.47 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 234 | 0.44 | 0.86 | 0 | 0.08 | 269.11 | 0.83 | 0.52 |
| Hex | 82 | 20 | EA | 2C | 56 | 0 | 8 | 10D | 53 | 34 |
| Octal | 202 | 40 | 352 | 54 | 126 | 0 | 10 | 415 | 123 | 64 |
| Binary | 10000010 | 100000 | 11101010 | 101100 | 1010110 | 0 | 1000 | 100001101 | 1010011 | 110100 |
Color Harmonies of #8220EA
Complementary color
Monochromatic Colors of #8220EA
Black with #8220EA
Text Example
Text Example
White with #8220EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220EA; }
p { color: rgb(130,32,234); }
H1.HeaderClassName
{
color: #8220EA;
}
.AnyTagClassName
{
color: #8220EA;
}
</style>
background-color css
<style>
a { background-color: #8220EA; }
a { background-color: rgb(130,32,234); }
div.DivClassName
{
background-color: #8220EA;
}
.BgClassName
{
background-color: #8220EA;
}
</style>
border-color css
<style>
span { border-color: #8220EA; }
span { border-color: rgb(130,32,234); }
td.TdClassName
{
border-color: #8220EA;
}
.TagClassName
{
border-color: #8220EA;
}
</style>