Shades of Blue Violet #8020FF
Tints of Blue Violet #8020FF
RGB
CMYK
RGB Variations
Color information
#8020FF (or 0x8020FF) is known color: Blue Violet. HEX triplet: 80, 20 and FF. RGB value is (128,32,255). Sum of RGB (Red+Green+Blue) = 128+32+255=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #8020FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8020FF is #7FDF00. Grayscale: #555555. Windows color (decimal): -8380161 or 16720000. OLE color: 16720000.
HSL color Cylindrical-coordinate representation of color #8020FF: hue angle of 265.83º 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 #8020FF is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 32 | 255 | - |
| CMYK | 0.50 | 0.87 | 0 | 0 |
| HSL | 265.83º | 1% | 0.56% | - |
| HSV(B) | 265.83º | 0.87% | 1% | - |
| XYZ | 27.47 | 12.84 | 95.64 | - |
| YUV | 86.13 | 223.3 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 255 | 0.50 | 0.87 | 0 | 0 | 265.83 | 1 | 0.56 |
| Hex | 80 | 20 | FF | 32 | 57 | 0 | 0 | 10A | 64 | 38 |
| Octal | 200 | 40 | 377 | 62 | 127 | 0 | 0 | 412 | 144 | 70 |
| Binary | 10000000 | 100000 | 11111111 | 110010 | 1010111 | 0 | 0 | 100001010 | 1100100 | 111000 |
Color Harmonies of #8020FF
Complementary color
Monochromatic Colors of #8020FF
Black with #8020FF
Text Example
Text Example
White with #8020FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020FF; }
p { color: rgb(128,32,255); }
H1.HeaderClassName
{
color: #8020FF;
}
.AnyTagClassName
{
color: #8020FF;
}
</style>
background-color css
<style>
a { background-color: #8020FF; }
a { background-color: rgb(128,32,255); }
div.DivClassName
{
background-color: #8020FF;
}
.BgClassName
{
background-color: #8020FF;
}
</style>
border-color css
<style>
span { border-color: #8020FF; }
span { border-color: rgb(128,32,255); }
td.TdClassName
{
border-color: #8020FF;
}
.TagClassName
{
border-color: #8020FF;
}
</style>