Shades of Blue Violet #8221EF
Tints of Blue Violet #8221EF
RGB
CMYK
RGB Variations
Color information
#8221EF (or 0x8221EF) is known color: Blue Violet. HEX triplet: 82, 21 and EF. RGB value is (130,33,239). Sum of RGB (Red+Green+Blue) = 130+33+239=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #8221EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8221EF is #7DDE10. Grayscale: #545454. Windows color (decimal): -8248849 or 15671682. OLE color: 15671682.
HSL color Cylindrical-coordinate representation of color #8221EF: hue angle of 268.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8221EF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 33 | 239 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.06 |
| HSL | 268.25º | 0.87% | 0.53% | - |
| HSV(B) | 268.25º | 0.86% | 0.94% | - |
| XYZ | 25.33 | 12.07 | 82.66 | - |
| YUV | 85.49 | 214.64 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 239 | 0.46 | 0.86 | 0 | 0.06 | 268.25 | 0.87 | 0.53 |
| Hex | 82 | 21 | EF | 2E | 56 | 0 | 6 | 10C | 57 | 35 |
| Octal | 202 | 41 | 357 | 56 | 126 | 0 | 6 | 414 | 127 | 65 |
| Binary | 10000010 | 100001 | 11101111 | 101110 | 1010110 | 0 | 110 | 100001100 | 1010111 | 110101 |
Color Harmonies of #8221EF
Complementary color
Monochromatic Colors of #8221EF
Black with #8221EF
Text Example
Text Example
White with #8221EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221EF; }
p { color: rgb(130,33,239); }
H1.HeaderClassName
{
color: #8221EF;
}
.AnyTagClassName
{
color: #8221EF;
}
</style>
background-color css
<style>
a { background-color: #8221EF; }
a { background-color: rgb(130,33,239); }
div.DivClassName
{
background-color: #8221EF;
}
.BgClassName
{
background-color: #8221EF;
}
</style>
border-color css
<style>
span { border-color: #8221EF; }
span { border-color: rgb(130,33,239); }
td.TdClassName
{
border-color: #8221EF;
}
.TagClassName
{
border-color: #8221EF;
}
</style>