Shades of Blue Violet #811AD1
Tints of Blue Violet #811AD1
RGB
CMYK
RGB Variations
Color information
#811AD1 (or 0x811AD1) is known color: Blue Violet. HEX triplet: 81, 1A and D1. RGB value is (129,26,209). Sum of RGB (Red+Green+Blue) = 129+26+209=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 209 (82.03% from 255 or 57.42% from 364); Max value from RGB is 209 - color contains mainly: blue. Hex color #811AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811AD1 is #7EE52E. Grayscale: #4D4D4D. Windows color (decimal): -8316207 or 13703809. OLE color: 13703809.
HSL color Cylindrical-coordinate representation of color #811AD1: hue angle of 273.77º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811AD1 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 26 | 209 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.18 |
| HSL | 273.77º | 0.78% | 0.46% | - |
| HSV(B) | 273.77º | 0.88% | 0.82% | - |
| XYZ | 20.93 | 10.01 | 61.15 | - |
| YUV | 77.66 | 202.12 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 209 | 0.38 | 0.88 | 0 | 0.18 | 273.77 | 0.78 | 0.46 |
| Hex | 81 | 1A | D1 | 26 | 58 | 0 | 12 | 112 | 4E | 2E |
| Octal | 201 | 32 | 321 | 46 | 130 | 0 | 22 | 422 | 116 | 56 |
| Binary | 10000001 | 11010 | 11010001 | 100110 | 1011000 | 0 | 10010 | 100010010 | 1001110 | 101110 |
Color Harmonies of #811AD1
Complementary color
Monochromatic Colors of #811AD1
Black with #811AD1
Text Example
Text Example
White with #811AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811AD1; }
p { color: rgb(129,26,209); }
H1.HeaderClassName
{
color: #811AD1;
}
.AnyTagClassName
{
color: #811AD1;
}
</style>
background-color css
<style>
a { background-color: #811AD1; }
a { background-color: rgb(129,26,209); }
div.DivClassName
{
background-color: #811AD1;
}
.BgClassName
{
background-color: #811AD1;
}
</style>
border-color css
<style>
span { border-color: #811AD1; }
span { border-color: rgb(129,26,209); }
td.TdClassName
{
border-color: #811AD1;
}
.TagClassName
{
border-color: #811AD1;
}
</style>