Shades of Blue Violet #801FED
Tints of Blue Violet #801FED
RGB
CMYK
RGB Variations
Color information
#801FED (or 0x801FED) is known color: Blue Violet. HEX triplet: 80, 1F and ED. RGB value is (128,31,237). Sum of RGB (Red+Green+Blue) = 128+31+237=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #801FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801FED is #7FE012. Grayscale: #525252. Windows color (decimal): -8380435 or 15540096. OLE color: 15540096.
HSL color Cylindrical-coordinate representation of color #801FED: hue angle of 268.25º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801FED is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 31 | 237 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.07 |
| HSL | 268.25º | 0.85% | 0.53% | - |
| HSV(B) | 268.25º | 0.87% | 0.93% | - |
| XYZ | 24.68 | 11.68 | 81.08 | - |
| YUV | 83.49 | 214.64 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 237 | 0.46 | 0.87 | 0 | 0.07 | 268.25 | 0.85 | 0.53 |
| Hex | 80 | 1F | ED | 2E | 57 | 0 | 7 | 10C | 55 | 35 |
| Octal | 200 | 37 | 355 | 56 | 127 | 0 | 7 | 414 | 125 | 65 |
| Binary | 10000000 | 11111 | 11101101 | 101110 | 1010111 | 0 | 111 | 100001100 | 1010101 | 110101 |
Color Harmonies of #801FED
Complementary color
Monochromatic Colors of #801FED
Black with #801FED
Text Example
Text Example
White with #801FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801FED; }
p { color: rgb(128,31,237); }
H1.HeaderClassName
{
color: #801FED;
}
.AnyTagClassName
{
color: #801FED;
}
</style>
background-color css
<style>
a { background-color: #801FED; }
a { background-color: rgb(128,31,237); }
div.DivClassName
{
background-color: #801FED;
}
.BgClassName
{
background-color: #801FED;
}
</style>
border-color css
<style>
span { border-color: #801FED; }
span { border-color: rgb(128,31,237); }
td.TdClassName
{
border-color: #801FED;
}
.TagClassName
{
border-color: #801FED;
}
</style>