Shades of Blue Violet #8421FF
Tints of Blue Violet #8421FF
RGB
CMYK
RGB Variations
Color information
#8421FF (or 0x8421FF) is known color: Blue Violet. HEX triplet: 84, 21 and FF. RGB value is (132,33,255). Sum of RGB (Red+Green+Blue) = 132+33+255=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #8421FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8421FF is #7BDE00. Grayscale: #575757. Windows color (decimal): -8117761 or 16720260. OLE color: 16720260.
HSL color Cylindrical-coordinate representation of color #8421FF: hue angle of 266.76º 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 #8421FF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 33 | 255 | - |
| CMYK | 0.48 | 0.87 | 0 | 0 |
| HSL | 266.76º | 1% | 0.56% | - |
| HSV(B) | 266.76º | 0.87% | 1% | - |
| XYZ | 28.11 | 13.21 | 95.68 | - |
| YUV | 87.91 | 222.3 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 255 | 0.48 | 0.87 | 0 | 0 | 266.76 | 1 | 0.56 |
| Hex | 84 | 21 | FF | 30 | 57 | 0 | 0 | 10B | 64 | 38 |
| Octal | 204 | 41 | 377 | 60 | 127 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000100 | 100001 | 11111111 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #8421FF
Complementary color
Monochromatic Colors of #8421FF
Black with #8421FF
Text Example
Text Example
White with #8421FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421FF; }
p { color: rgb(132,33,255); }
H1.HeaderClassName
{
color: #8421FF;
}
.AnyTagClassName
{
color: #8421FF;
}
</style>
background-color css
<style>
a { background-color: #8421FF; }
a { background-color: rgb(132,33,255); }
div.DivClassName
{
background-color: #8421FF;
}
.BgClassName
{
background-color: #8421FF;
}
</style>
border-color css
<style>
span { border-color: #8421FF; }
span { border-color: rgb(132,33,255); }
td.TdClassName
{
border-color: #8421FF;
}
.TagClassName
{
border-color: #8421FF;
}
</style>