Shades of Blue Violet #8420FF
Tints of Blue Violet #8420FF
RGB
CMYK
RGB Variations
Color information
#8420FF (or 0x8420FF) is known color: Blue Violet. HEX triplet: 84, 20 and FF. RGB value is (132,32,255). Sum of RGB (Red+Green+Blue) = 132+32+255=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #8420FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8420FF is #7BDF00. Grayscale: #565656. Windows color (decimal): -8118017 or 16720004. OLE color: 16720004.
HSL color Cylindrical-coordinate representation of color #8420FF: hue angle of 266.91º 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 #8420FF is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 32 | 255 | - |
| CMYK | 0.48 | 0.87 | 0 | 0 |
| HSL | 266.91º | 1% | 0.56% | - |
| HSV(B) | 266.91º | 0.87% | 1% | - |
| XYZ | 28.08 | 13.16 | 95.67 | - |
| YUV | 87.32 | 222.63 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 255 | 0.48 | 0.87 | 0 | 0 | 266.91 | 1 | 0.56 |
| Hex | 84 | 20 | FF | 30 | 57 | 0 | 0 | 10B | 64 | 38 |
| Octal | 204 | 40 | 377 | 60 | 127 | 0 | 0 | 413 | 144 | 70 |
| Binary | 10000100 | 100000 | 11111111 | 110000 | 1010111 | 0 | 0 | 100001011 | 1100100 | 111000 |
Color Harmonies of #8420FF
Complementary color
Monochromatic Colors of #8420FF
Black with #8420FF
Text Example
Text Example
White with #8420FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8420FF; }
p { color: rgb(132,32,255); }
H1.HeaderClassName
{
color: #8420FF;
}
.AnyTagClassName
{
color: #8420FF;
}
</style>
background-color css
<style>
a { background-color: #8420FF; }
a { background-color: rgb(132,32,255); }
div.DivClassName
{
background-color: #8420FF;
}
.BgClassName
{
background-color: #8420FF;
}
</style>
border-color css
<style>
span { border-color: #8420FF; }
span { border-color: rgb(132,32,255); }
td.TdClassName
{
border-color: #8420FF;
}
.TagClassName
{
border-color: #8420FF;
}
</style>