Shades of Blue Violet #810DF0
Tints of Blue Violet #810DF0
RGB
CMYK
RGB Variations
Color information
#810DF0 (or 0x810DF0) is known color: Blue Violet. HEX triplet: 81, 0D and F0. RGB value is (129,13,240). Sum of RGB (Red+Green+Blue) = 129+13+240=382 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.77% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 240 (94.14% from 255 or 62.83% from 382); Max value from RGB is 240 - color contains mainly: blue. Hex color #810DF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #810DF0 is #7EF20F. Grayscale: #484848. Windows color (decimal): -8319504 or 15732097. OLE color: 15732097.
HSL color Cylindrical-coordinate representation of color #810DF0: hue angle of 270.66º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810DF0 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 13 | 240 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.06 |
| HSL | 270.66º | 0.9% | 0.5% | - |
| HSV(B) | 270.66º | 0.95% | 0.94% | - |
| XYZ | 24.93 | 11.25 | 83.3 | - |
| YUV | 73.56 | 221.93 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 240 | 0.46 | 0.95 | 0 | 0.06 | 270.66 | 0.9 | 0.5 |
| Hex | 81 | D | F0 | 2E | 5F | 0 | 6 | 10F | 5A | 32 |
| Octal | 201 | 15 | 360 | 56 | 137 | 0 | 6 | 417 | 132 | 62 |
| Binary | 10000001 | 1101 | 11110000 | 101110 | 1011111 | 0 | 110 | 100001111 | 1011010 | 110010 |
Color Harmonies of #810DF0
Complementary color
Monochromatic Colors of #810DF0
Black with #810DF0
Text Example
Text Example
White with #810DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DF0; }
p { color: rgb(129,13,240); }
H1.HeaderClassName
{
color: #810DF0;
}
.AnyTagClassName
{
color: #810DF0;
}
</style>
background-color css
<style>
a { background-color: #810DF0; }
a { background-color: rgb(129,13,240); }
div.DivClassName
{
background-color: #810DF0;
}
.BgClassName
{
background-color: #810DF0;
}
</style>
border-color css
<style>
span { border-color: #810DF0; }
span { border-color: rgb(129,13,240); }
td.TdClassName
{
border-color: #810DF0;
}
.TagClassName
{
border-color: #810DF0;
}
</style>