Shades of Blue Violet #800FF0
Tints of Blue Violet #800FF0
RGB
CMYK
RGB Variations
Color information
#800FF0 (or 0x800FF0) is known color: Blue Violet. HEX triplet: 80, 0F and F0. RGB value is (128,15,240). Sum of RGB (Red+Green+Blue) = 128+15+240=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #800FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800FF0 is #7FF00F. Grayscale: #494949. Windows color (decimal): -8384528 or 15732608. OLE color: 15732608.
HSL color Cylindrical-coordinate representation of color #800FF0: hue angle of 270.13º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800FF0 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 15 | 240 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.06 |
| HSL | 270.13º | 0.88% | 0.5% | - |
| HSV(B) | 270.13º | 0.94% | 0.94% | - |
| XYZ | 24.8 | 11.22 | 83.3 | - |
| YUV | 74.44 | 221.44 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 240 | 0.47 | 0.94 | 0 | 0.06 | 270.13 | 0.88 | 0.5 |
| Hex | 80 | F | F0 | 2F | 5E | 0 | 6 | 10E | 58 | 32 |
| Octal | 200 | 17 | 360 | 57 | 136 | 0 | 6 | 416 | 130 | 62 |
| Binary | 10000000 | 1111 | 11110000 | 101111 | 1011110 | 0 | 110 | 100001110 | 1011000 | 110010 |
Color Harmonies of #800FF0
Complementary color
Monochromatic Colors of #800FF0
Black with #800FF0
Text Example
Text Example
White with #800FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FF0; }
p { color: rgb(128,15,240); }
H1.HeaderClassName
{
color: #800FF0;
}
.AnyTagClassName
{
color: #800FF0;
}
</style>
background-color css
<style>
a { background-color: #800FF0; }
a { background-color: rgb(128,15,240); }
div.DivClassName
{
background-color: #800FF0;
}
.BgClassName
{
background-color: #800FF0;
}
</style>
border-color css
<style>
span { border-color: #800FF0; }
span { border-color: rgb(128,15,240); }
td.TdClassName
{
border-color: #800FF0;
}
.TagClassName
{
border-color: #800FF0;
}
</style>