Shades of Blue Violet #8218E5
Tints of Blue Violet #8218E5
RGB
CMYK
RGB Variations
Color information
#8218E5 (or 0x8218E5) is known color: Blue Violet. HEX triplet: 82, 18 and E5. RGB value is (130,24,229). Sum of RGB (Red+Green+Blue) = 130+24+229=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #8218E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8218E5 is #7DE71A. Grayscale: #4E4E4E. Windows color (decimal): -8251163 or 15014018. OLE color: 15014018.
HSL color Cylindrical-coordinate representation of color #8218E5: hue angle of 271.02º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8218E5 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 24 | 229 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.10 |
| HSL | 271.02º | 0.81% | 0.5% | - |
| HSV(B) | 271.02º | 0.9% | 0.9% | - |
| XYZ | 23.68 | 11.06 | 75.01 | - |
| YUV | 79.06 | 212.62 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 24 | 229 | 0.43 | 0.90 | 0 | 0.10 | 271.02 | 0.81 | 0.5 |
| Hex | 82 | 18 | E5 | 2B | 5A | 0 | A | 10F | 51 | 32 |
| Octal | 202 | 30 | 345 | 53 | 132 | 0 | 12 | 417 | 121 | 62 |
| Binary | 10000010 | 11000 | 11100101 | 101011 | 1011010 | 0 | 1010 | 100001111 | 1010001 | 110010 |
Color Harmonies of #8218E5
Complementary color
Monochromatic Colors of #8218E5
Black with #8218E5
Text Example
Text Example
White with #8218E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8218E5; }
p { color: rgb(130,24,229); }
H1.HeaderClassName
{
color: #8218E5;
}
.AnyTagClassName
{
color: #8218E5;
}
</style>
background-color css
<style>
a { background-color: #8218E5; }
a { background-color: rgb(130,24,229); }
div.DivClassName
{
background-color: #8218E5;
}
.BgClassName
{
background-color: #8218E5;
}
</style>
border-color css
<style>
span { border-color: #8218E5; }
span { border-color: rgb(130,24,229); }
td.TdClassName
{
border-color: #8218E5;
}
.TagClassName
{
border-color: #8218E5;
}
</style>