Shades of Blue Violet #8A21FA
Tints of Blue Violet #8A21FA
RGB
CMYK
RGB Variations
Color information
#8A21FA (or 0x8A21FA) is known color: Blue Violet. HEX triplet: 8A, 21 and FA. RGB value is (138,33,250). Sum of RGB (Red+Green+Blue) = 138+33+250=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #8A21FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A21FA is #75DE05. Grayscale: #585858. Windows color (decimal): -7724550 or 16392586. OLE color: 16392586.
HSL color Cylindrical-coordinate representation of color #8A21FA: hue angle of 269.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A21FA is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 33 | 250 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.02 |
| HSL | 269.03º | 0.96% | 0.55% | - |
| HSV(B) | 269.03º | 0.87% | 0.98% | - |
| XYZ | 28.28 | 13.39 | 91.54 | - |
| YUV | 89.13 | 218.79 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 250 | 0.45 | 0.87 | 0 | 0.02 | 269.03 | 0.96 | 0.55 |
| Hex | 8A | 21 | FA | 2D | 57 | 0 | 2 | 10D | 60 | 37 |
| Octal | 212 | 41 | 372 | 55 | 127 | 0 | 2 | 415 | 140 | 67 |
| Binary | 10001010 | 100001 | 11111010 | 101101 | 1010111 | 0 | 10 | 100001101 | 1100000 | 110111 |
Color Harmonies of #8A21FA
Complementary color
Monochromatic Colors of #8A21FA
Black with #8A21FA
Text Example
Text Example
White with #8A21FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A21FA; }
p { color: rgb(138,33,250); }
H1.HeaderClassName
{
color: #8A21FA;
}
.AnyTagClassName
{
color: #8A21FA;
}
</style>
background-color css
<style>
a { background-color: #8A21FA; }
a { background-color: rgb(138,33,250); }
div.DivClassName
{
background-color: #8A21FA;
}
.BgClassName
{
background-color: #8A21FA;
}
</style>
border-color css
<style>
span { border-color: #8A21FA; }
span { border-color: rgb(138,33,250); }
td.TdClassName
{
border-color: #8A21FA;
}
.TagClassName
{
border-color: #8A21FA;
}
</style>