Shades of Blue Violet #8421EA
Tints of Blue Violet #8421EA
RGB
CMYK
RGB Variations
Color information
#8421EA (or 0x8421EA) is known color: Blue Violet. HEX triplet: 84, 21 and EA. RGB value is (132,33,234). Sum of RGB (Red+Green+Blue) = 132+33+234=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #8421EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8421EA is #7BDE15. Grayscale: #545454. Windows color (decimal): -8117782 or 15344004. OLE color: 15344004.
HSL color Cylindrical-coordinate representation of color #8421EA: hue angle of 269.55º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8421EA is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 33 | 234 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.08 |
| HSL | 269.55º | 0.83% | 0.52% | - |
| HSV(B) | 269.55º | 0.86% | 0.92% | - |
| XYZ | 24.91 | 11.93 | 78.83 | - |
| YUV | 85.52 | 211.8 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 234 | 0.44 | 0.86 | 0 | 0.08 | 269.55 | 0.83 | 0.52 |
| Hex | 84 | 21 | EA | 2C | 56 | 0 | 8 | 10E | 53 | 34 |
| Octal | 204 | 41 | 352 | 54 | 126 | 0 | 10 | 416 | 123 | 64 |
| Binary | 10000100 | 100001 | 11101010 | 101100 | 1010110 | 0 | 1000 | 100001110 | 1010011 | 110100 |
Color Harmonies of #8421EA
Complementary color
Monochromatic Colors of #8421EA
Black with #8421EA
Text Example
Text Example
White with #8421EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421EA; }
p { color: rgb(132,33,234); }
H1.HeaderClassName
{
color: #8421EA;
}
.AnyTagClassName
{
color: #8421EA;
}
</style>
background-color css
<style>
a { background-color: #8421EA; }
a { background-color: rgb(132,33,234); }
div.DivClassName
{
background-color: #8421EA;
}
.BgClassName
{
background-color: #8421EA;
}
</style>
border-color css
<style>
span { border-color: #8421EA; }
span { border-color: rgb(132,33,234); }
td.TdClassName
{
border-color: #8421EA;
}
.TagClassName
{
border-color: #8421EA;
}
</style>