Shades of Blue Violet #8019FE
Tints of Blue Violet #8019FE
RGB
CMYK
RGB Variations
Color information
#8019FE (or 0x8019FE) is known color: Blue Violet. HEX triplet: 80, 19 and FE. RGB value is (128,25,254). Sum of RGB (Red+Green+Blue) = 128+25+254=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #8019FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8019FE is #7FE601. Grayscale: #515151. Windows color (decimal): -8381954 or 16652672. OLE color: 16652672.
HSL color Cylindrical-coordinate representation of color #8019FE: hue angle of 266.99º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8019FE is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 25 | 254 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.00 |
| HSL | 266.99º | 0.99% | 0.55% | - |
| HSV(B) | 266.99º | 0.9% | 1% | - |
| XYZ | 27.14 | 12.44 | 94.74 | - |
| YUV | 81.9 | 225.12 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 254 | 0.50 | 0.90 | 0 | 0.00 | 266.99 | 0.99 | 0.55 |
| Hex | 80 | 19 | FE | 32 | 5A | 0 | 0 | 10B | 63 | 37 |
| Octal | 200 | 31 | 376 | 62 | 132 | 0 | 0 | 413 | 143 | 67 |
| Binary | 10000000 | 11001 | 11111110 | 110010 | 1011010 | 0 | 0 | 100001011 | 1100011 | 110111 |
Color Harmonies of #8019FE
Complementary color
Monochromatic Colors of #8019FE
Black with #8019FE
Text Example
Text Example
White with #8019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8019FE; }
p { color: rgb(128,25,254); }
H1.HeaderClassName
{
color: #8019FE;
}
.AnyTagClassName
{
color: #8019FE;
}
</style>
background-color css
<style>
a { background-color: #8019FE; }
a { background-color: rgb(128,25,254); }
div.DivClassName
{
background-color: #8019FE;
}
.BgClassName
{
background-color: #8019FE;
}
</style>
border-color css
<style>
span { border-color: #8019FE; }
span { border-color: rgb(128,25,254); }
td.TdClassName
{
border-color: #8019FE;
}
.TagClassName
{
border-color: #8019FE;
}
</style>