Shades of Blue Violet #8422FE
Tints of Blue Violet #8422FE
RGB
CMYK
RGB Variations
Color information
#8422FE (or 0x8422FE) is known color: Blue Violet. HEX triplet: 84, 22 and FE. RGB value is (132,34,254). Sum of RGB (Red+Green+Blue) = 132+34+254=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #8422FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8422FE is #7BDD01. Grayscale: #575757. Windows color (decimal): -8117506 or 16654980. OLE color: 16654980.
HSL color Cylindrical-coordinate representation of color #8422FE: hue angle of 266.73º 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 #8422FE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 34 | 254 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.00 |
| HSL | 266.73º | 0.99% | 0.56% | - |
| HSV(B) | 266.73º | 0.87% | 1% | - |
| XYZ | 27.98 | 13.21 | 94.84 | - |
| YUV | 88.38 | 221.47 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 254 | 0.48 | 0.87 | 0 | 0.00 | 266.73 | 0.99 | 0.56 |
| Hex | 84 | 22 | FE | 30 | 57 | 0 | 0 | 10B | 63 | 38 |
| Octal | 204 | 42 | 376 | 60 | 127 | 0 | 0 | 413 | 143 | 70 |
| Binary | 10000100 | 100010 | 11111110 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100011 | 111000 |
Color Harmonies of #8422FE
Complementary color
Monochromatic Colors of #8422FE
Black with #8422FE
Text Example
Text Example
White with #8422FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422FE; }
p { color: rgb(132,34,254); }
H1.HeaderClassName
{
color: #8422FE;
}
.AnyTagClassName
{
color: #8422FE;
}
</style>
background-color css
<style>
a { background-color: #8422FE; }
a { background-color: rgb(132,34,254); }
div.DivClassName
{
background-color: #8422FE;
}
.BgClassName
{
background-color: #8422FE;
}
</style>
border-color css
<style>
span { border-color: #8422FE; }
span { border-color: rgb(132,34,254); }
td.TdClassName
{
border-color: #8422FE;
}
.TagClassName
{
border-color: #8422FE;
}
</style>