Shades of Blue Violet #8A21FF
Tints of Blue Violet #8A21FF
RGB
CMYK
RGB Variations
Color information
#8A21FF (or 0x8A21FF) is known color: Blue Violet. HEX triplet: 8A, 21 and FF. RGB value is (138,33,255). Sum of RGB (Red+Green+Blue) = 138+33+255=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A21FF is #75DE00. Grayscale: #585858. Windows color (decimal): -7724545 or 16720266. OLE color: 16720266.
HSL color Cylindrical-coordinate representation of color #8A21FF: hue angle of 268.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8A21FF is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 33 | 255 | - |
| CMYK | 0.46 | 0.87 | 0 | 0 |
| HSL | 268.38º | 1% | 0.56% | - |
| HSV(B) | 268.38º | 0.87% | 1% | - |
| XYZ | 29.08 | 13.71 | 95.72 | - |
| YUV | 89.7 | 221.29 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 33 | 255 | 0.46 | 0.87 | 0 | 0 | 268.38 | 1 | 0.56 |
| Hex | 8A | 21 | FF | 2E | 57 | 0 | 0 | 10C | 64 | 38 |
| Octal | 212 | 41 | 377 | 56 | 127 | 0 | 0 | 414 | 144 | 70 |
| Binary | 10001010 | 100001 | 11111111 | 101110 | 1010111 | 0 | 0 | 100001100 | 1100100 | 111000 |
Color Harmonies of #8A21FF
Complementary color
Monochromatic Colors of #8A21FF
Black with #8A21FF
Text Example
Text Example
White with #8A21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A21FF; }
p { color: rgb(138,33,255); }
H1.HeaderClassName
{
color: #8A21FF;
}
.AnyTagClassName
{
color: #8A21FF;
}
</style>
background-color css
<style>
a { background-color: #8A21FF; }
a { background-color: rgb(138,33,255); }
div.DivClassName
{
background-color: #8A21FF;
}
.BgClassName
{
background-color: #8A21FF;
}
</style>
border-color css
<style>
span { border-color: #8A21FF; }
span { border-color: rgb(138,33,255); }
td.TdClassName
{
border-color: #8A21FF;
}
.TagClassName
{
border-color: #8A21FF;
}
</style>