Shades of Blue Violet #8020FE
Tints of Blue Violet #8020FE
RGB
CMYK
RGB Variations
Color information
#8020FE (or 0x8020FE) is known color: Blue Violet. HEX triplet: 80, 20 and FE. RGB value is (128,32,254). Sum of RGB (Red+Green+Blue) = 128+32+254=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #8020FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8020FE is #7FDF01. Grayscale: #555555. Windows color (decimal): -8380162 or 16654464. OLE color: 16654464.
HSL color Cylindrical-coordinate representation of color #8020FE: hue angle of 265.95º 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 #8020FE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 32 | 254 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.00 |
| HSL | 265.95º | 0.99% | 0.56% | - |
| HSV(B) | 265.95º | 0.87% | 1% | - |
| XYZ | 27.31 | 12.78 | 94.79 | - |
| YUV | 86.01 | 222.8 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 254 | 0.50 | 0.87 | 0 | 0.00 | 265.95 | 0.99 | 0.56 |
| Hex | 80 | 20 | FE | 32 | 57 | 0 | 0 | 10A | 63 | 38 |
| Octal | 200 | 40 | 376 | 62 | 127 | 0 | 0 | 412 | 143 | 70 |
| Binary | 10000000 | 100000 | 11111110 | 110010 | 1010111 | 0 | 0 | 100001010 | 1100011 | 111000 |
Color Harmonies of #8020FE
Complementary color
Monochromatic Colors of #8020FE
Black with #8020FE
Text Example
Text Example
White with #8020FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020FE; }
p { color: rgb(128,32,254); }
H1.HeaderClassName
{
color: #8020FE;
}
.AnyTagClassName
{
color: #8020FE;
}
</style>
background-color css
<style>
a { background-color: #8020FE; }
a { background-color: rgb(128,32,254); }
div.DivClassName
{
background-color: #8020FE;
}
.BgClassName
{
background-color: #8020FE;
}
</style>
border-color css
<style>
span { border-color: #8020FE; }
span { border-color: rgb(128,32,254); }
td.TdClassName
{
border-color: #8020FE;
}
.TagClassName
{
border-color: #8020FE;
}
</style>