Shades of Blue Violet #811ED7
Tints of Blue Violet #811ED7
RGB
CMYK
RGB Variations
Color information
#811ED7 (or 0x811ED7) is known color: Blue Violet. HEX triplet: 81, 1E and D7. RGB value is (129,30,215). Sum of RGB (Red+Green+Blue) = 129+30+215=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 215 (84.38% from 255 or 57.49% from 374); Max value from RGB is 215 - color contains mainly: blue. Hex color #811ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ED7 is #7EE128. Grayscale: #505050. Windows color (decimal): -8315177 or 14098049. OLE color: 14098049.
HSL color Cylindrical-coordinate representation of color #811ED7: hue angle of 272.11º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811ED7 is Cyan = 0.4, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 30 | 215 | - |
| CMYK | 0.4 | 0.86 | 0 | 0.16 |
| HSL | 272.11º | 0.76% | 0.48% | - |
| HSV(B) | 272.11º | 0.86% | 0.84% | - |
| XYZ | 21.78 | 10.5 | 65.17 | - |
| YUV | 80.69 | 203.8 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 215 | 0.4 | 0.86 | 0 | 0.16 | 272.11 | 0.76 | 0.48 |
| Hex | 81 | 1E | D7 | 28 | 56 | 0 | 10 | 110 | 4C | 30 |
| Octal | 201 | 36 | 327 | 50 | 126 | 0 | 20 | 420 | 114 | 60 |
| Binary | 10000001 | 11110 | 11010111 | 101000 | 1010110 | 0 | 10000 | 100010000 | 1001100 | 110000 |
Color Harmonies of #811ED7
Complementary color
Monochromatic Colors of #811ED7
Black with #811ED7
Text Example
Text Example
White with #811ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ED7; }
p { color: rgb(129,30,215); }
H1.HeaderClassName
{
color: #811ED7;
}
.AnyTagClassName
{
color: #811ED7;
}
</style>
background-color css
<style>
a { background-color: #811ED7; }
a { background-color: rgb(129,30,215); }
div.DivClassName
{
background-color: #811ED7;
}
.BgClassName
{
background-color: #811ED7;
}
</style>
border-color css
<style>
span { border-color: #811ED7; }
span { border-color: rgb(129,30,215); }
td.TdClassName
{
border-color: #811ED7;
}
.TagClassName
{
border-color: #811ED7;
}
</style>