Shades of Blue Violet #800FE4
Tints of Blue Violet #800FE4
RGB
CMYK
RGB Variations
Color information
#800FE4 (or 0x800FE4) is known color: Blue Violet. HEX triplet: 80, 0F and E4. RGB value is (128,15,228). Sum of RGB (Red+Green+Blue) = 128+15+228=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 228 (89.45% from 255 or 61.46% from 371); Max value from RGB is 228 - color contains mainly: blue. Hex color #800FE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FE4 is #7FF01B. Grayscale: #484848. Windows color (decimal): -8384540 or 14946176. OLE color: 14946176.
HSL color Cylindrical-coordinate representation of color #800FE4: hue angle of 271.83º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FE4 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 15 | 228 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.11 |
| HSL | 271.83º | 0.88% | 0.48% | - |
| HSV(B) | 271.83º | 0.93% | 0.89% | - |
| XYZ | 23.08 | 10.53 | 74.22 | - |
| YUV | 73.07 | 215.44 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 228 | 0.44 | 0.93 | 0 | 0.11 | 271.83 | 0.88 | 0.48 |
| Hex | 80 | F | E4 | 2C | 5D | 0 | B | 110 | 58 | 30 |
| Octal | 200 | 17 | 344 | 54 | 135 | 0 | 13 | 420 | 130 | 60 |
| Binary | 10000000 | 1111 | 11100100 | 101100 | 1011101 | 0 | 1011 | 100010000 | 1011000 | 110000 |
Color Harmonies of #800FE4
Complementary color
Monochromatic Colors of #800FE4
Black with #800FE4
Text Example
Text Example
White with #800FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FE4; }
p { color: rgb(128,15,228); }
H1.HeaderClassName
{
color: #800FE4;
}
.AnyTagClassName
{
color: #800FE4;
}
</style>
background-color css
<style>
a { background-color: #800FE4; }
a { background-color: rgb(128,15,228); }
div.DivClassName
{
background-color: #800FE4;
}
.BgClassName
{
background-color: #800FE4;
}
</style>
border-color css
<style>
span { border-color: #800FE4; }
span { border-color: rgb(128,15,228); }
td.TdClassName
{
border-color: #800FE4;
}
.TagClassName
{
border-color: #800FE4;
}
</style>