Shades of Blue Violet #8020F6
Tints of Blue Violet #8020F6
RGB
CMYK
RGB Variations
Color information
#8020F6 (or 0x8020F6) is known color: Blue Violet. HEX triplet: 80, 20 and F6. RGB value is (128,32,246). Sum of RGB (Red+Green+Blue) = 128+32+246=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #8020F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8020F6 is #7FDF09. Grayscale: #545454. Windows color (decimal): -8380170 or 16130176. OLE color: 16130176.
HSL color Cylindrical-coordinate representation of color #8020F6: hue angle of 266.92º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8020F6 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 32 | 246 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.04 |
| HSL | 266.92º | 0.92% | 0.55% | - |
| HSV(B) | 266.92º | 0.87% | 0.96% | - |
| XYZ | 26.05 | 12.28 | 88.19 | - |
| YUV | 85.1 | 218.8 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 246 | 0.48 | 0.87 | 0 | 0.04 | 266.92 | 0.92 | 0.55 |
| Hex | 80 | 20 | F6 | 30 | 57 | 0 | 4 | 10B | 5C | 37 |
| Octal | 200 | 40 | 366 | 60 | 127 | 0 | 4 | 413 | 134 | 67 |
| Binary | 10000000 | 100000 | 11110110 | 110000 | 1010111 | 0 | 100 | 100001011 | 1011100 | 110111 |
Color Harmonies of #8020F6
Complementary color
Monochromatic Colors of #8020F6
Black with #8020F6
Text Example
Text Example
White with #8020F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020F6; }
p { color: rgb(128,32,246); }
H1.HeaderClassName
{
color: #8020F6;
}
.AnyTagClassName
{
color: #8020F6;
}
</style>
background-color css
<style>
a { background-color: #8020F6; }
a { background-color: rgb(128,32,246); }
div.DivClassName
{
background-color: #8020F6;
}
.BgClassName
{
background-color: #8020F6;
}
</style>
border-color css
<style>
span { border-color: #8020F6; }
span { border-color: rgb(128,32,246); }
td.TdClassName
{
border-color: #8020F6;
}
.TagClassName
{
border-color: #8020F6;
}
</style>