Shades of Blue Violet #800FE3
Tints of Blue Violet #800FE3
RGB
CMYK
RGB Variations
Color information
#800FE3 (or 0x800FE3) is known color: Blue Violet. HEX triplet: 80, 0F and E3. RGB value is (128,15,227). Sum of RGB (Red+Green+Blue) = 128+15+227=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 227 (89.06% from 255 or 61.35% from 370); Max value from RGB is 227 - color contains mainly: blue. Hex color #800FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800FE3 is #7FF01C. Grayscale: #484848. Windows color (decimal): -8384541 or 14880640. OLE color: 14880640.
HSL color Cylindrical-coordinate representation of color #800FE3: hue angle of 271.98º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800FE3 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 15 | 227 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.11 |
| HSL | 271.98º | 0.88% | 0.47% | - |
| HSV(B) | 271.98º | 0.93% | 0.89% | - |
| XYZ | 22.94 | 10.48 | 73.49 | - |
| YUV | 72.96 | 214.94 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 227 | 0.44 | 0.93 | 0 | 0.11 | 271.98 | 0.88 | 0.47 |
| Hex | 80 | F | E3 | 2C | 5D | 0 | B | 110 | 58 | 2F |
| Octal | 200 | 17 | 343 | 54 | 135 | 0 | 13 | 420 | 130 | 57 |
| Binary | 10000000 | 1111 | 11100011 | 101100 | 1011101 | 0 | 1011 | 100010000 | 1011000 | 101111 |
Color Harmonies of #800FE3
Complementary color
Monochromatic Colors of #800FE3
Black with #800FE3
Text Example
Text Example
White with #800FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FE3; }
p { color: rgb(128,15,227); }
H1.HeaderClassName
{
color: #800FE3;
}
.AnyTagClassName
{
color: #800FE3;
}
</style>
background-color css
<style>
a { background-color: #800FE3; }
a { background-color: rgb(128,15,227); }
div.DivClassName
{
background-color: #800FE3;
}
.BgClassName
{
background-color: #800FE3;
}
</style>
border-color css
<style>
span { border-color: #800FE3; }
span { border-color: rgb(128,15,227); }
td.TdClassName
{
border-color: #800FE3;
}
.TagClassName
{
border-color: #800FE3;
}
</style>