Shades of Blue Violet #810EF0
Tints of Blue Violet #810EF0
RGB
CMYK
RGB Variations
Color information
#810EF0 (or 0x810EF0) is known color: Blue Violet. HEX triplet: 81, 0E and F0. RGB value is (129,14,240). Sum of RGB (Red+Green+Blue) = 129+14+240=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 14 (5.86% from 255 or 3.66% 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 #810EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810EF0 is #7EF10F. Grayscale: #494949. Windows color (decimal): -8319248 or 15732353. OLE color: 15732353.
HSL color Cylindrical-coordinate representation of color #810EF0: hue angle of 270.53º degrees, saturation: 0.89, 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 #810EF0 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 14 | 240 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.06 |
| HSL | 270.53º | 0.89% | 0.5% | - |
| HSV(B) | 270.53º | 0.94% | 0.94% | - |
| XYZ | 24.94 | 11.27 | 83.3 | - |
| YUV | 74.15 | 221.6 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 240 | 0.46 | 0.94 | 0 | 0.06 | 270.53 | 0.89 | 0.5 |
| Hex | 81 | E | F0 | 2E | 5E | 0 | 6 | 10F | 59 | 32 |
| Octal | 201 | 16 | 360 | 56 | 136 | 0 | 6 | 417 | 131 | 62 |
| Binary | 10000001 | 1110 | 11110000 | 101110 | 1011110 | 0 | 110 | 100001111 | 1011001 | 110010 |
Color Harmonies of #810EF0
Complementary color
Monochromatic Colors of #810EF0
Black with #810EF0
Text Example
Text Example
White with #810EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EF0; }
p { color: rgb(129,14,240); }
H1.HeaderClassName
{
color: #810EF0;
}
.AnyTagClassName
{
color: #810EF0;
}
</style>
background-color css
<style>
a { background-color: #810EF0; }
a { background-color: rgb(129,14,240); }
div.DivClassName
{
background-color: #810EF0;
}
.BgClassName
{
background-color: #810EF0;
}
</style>
border-color css
<style>
span { border-color: #810EF0; }
span { border-color: rgb(129,14,240); }
td.TdClassName
{
border-color: #810EF0;
}
.TagClassName
{
border-color: #810EF0;
}
</style>