Shades of Blue Violet #8421FE
Tints of Blue Violet #8421FE
RGB
CMYK
RGB Variations
Color information
#8421FE (or 0x8421FE) is known color: Blue Violet. HEX triplet: 84, 21 and FE. RGB value is (132,33,254). Sum of RGB (Red+Green+Blue) = 132+33+254=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #8421FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8421FE is #7BDE01. Grayscale: #575757. Windows color (decimal): -8117762 or 16654724. OLE color: 16654724.
HSL color Cylindrical-coordinate representation of color #8421FE: hue angle of 266.88º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8421FE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 33 | 254 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.00 |
| HSL | 266.88º | 0.99% | 0.56% | - |
| HSV(B) | 266.88º | 0.87% | 1% | - |
| XYZ | 27.95 | 13.15 | 94.83 | - |
| YUV | 87.8 | 221.8 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 33 | 254 | 0.48 | 0.87 | 0 | 0.00 | 266.88 | 0.99 | 0.56 |
| Hex | 84 | 21 | FE | 30 | 57 | 0 | 0 | 10B | 63 | 38 |
| Octal | 204 | 41 | 376 | 60 | 127 | 0 | 0 | 413 | 143 | 70 |
| Binary | 10000100 | 100001 | 11111110 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100011 | 111000 |
Color Harmonies of #8421FE
Complementary color
Monochromatic Colors of #8421FE
Black with #8421FE
Text Example
Text Example
White with #8421FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8421FE; }
p { color: rgb(132,33,254); }
H1.HeaderClassName
{
color: #8421FE;
}
.AnyTagClassName
{
color: #8421FE;
}
</style>
background-color css
<style>
a { background-color: #8421FE; }
a { background-color: rgb(132,33,254); }
div.DivClassName
{
background-color: #8421FE;
}
.BgClassName
{
background-color: #8421FE;
}
</style>
border-color css
<style>
span { border-color: #8421FE; }
span { border-color: rgb(132,33,254); }
td.TdClassName
{
border-color: #8421FE;
}
.TagClassName
{
border-color: #8421FE;
}
</style>