Shades of Blue Violet #810EF1
Tints of Blue Violet #810EF1
RGB
CMYK
RGB Variations
Color information
#810EF1 (or 0x810EF1) is known color: Blue Violet. HEX triplet: 81, 0E and F1. RGB value is (129,14,241). Sum of RGB (Red+Green+Blue) = 129+14+241=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #810EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810EF1 is #7EF10E. Grayscale: #494949. Windows color (decimal): -8319247 or 15797889. OLE color: 15797889.
HSL color Cylindrical-coordinate representation of color #810EF1: hue angle of 270.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810EF1 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 14 | 241 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.05 |
| HSL | 270.4º | 0.89% | 0.5% | - |
| HSV(B) | 270.4º | 0.94% | 0.95% | - |
| XYZ | 25.09 | 11.33 | 84.08 | - |
| YUV | 74.26 | 222.1 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 241 | 0.46 | 0.94 | 0 | 0.05 | 270.4 | 0.89 | 0.5 |
| Hex | 81 | E | F1 | 2E | 5E | 0 | 5 | 10E | 59 | 32 |
| Octal | 201 | 16 | 361 | 56 | 136 | 0 | 5 | 416 | 131 | 62 |
| Binary | 10000001 | 1110 | 11110001 | 101110 | 1011110 | 0 | 101 | 100001110 | 1011001 | 110010 |
Color Harmonies of #810EF1
Complementary color
Monochromatic Colors of #810EF1
Black with #810EF1
Text Example
Text Example
White with #810EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EF1; }
p { color: rgb(129,14,241); }
H1.HeaderClassName
{
color: #810EF1;
}
.AnyTagClassName
{
color: #810EF1;
}
</style>
background-color css
<style>
a { background-color: #810EF1; }
a { background-color: rgb(129,14,241); }
div.DivClassName
{
background-color: #810EF1;
}
.BgClassName
{
background-color: #810EF1;
}
</style>
border-color css
<style>
span { border-color: #810EF1; }
span { border-color: rgb(129,14,241); }
td.TdClassName
{
border-color: #810EF1;
}
.TagClassName
{
border-color: #810EF1;
}
</style>