Shades of Blue Violet #811DDD
Tints of Blue Violet #811DDD
RGB
CMYK
RGB Variations
Color information
#811DDD (or 0x811DDD) is known color: Blue Violet. HEX triplet: 81, 1D and DD. RGB value is (129,29,221). Sum of RGB (Red+Green+Blue) = 129+29+221=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #811DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DDD is #7EE222. Grayscale: #505050. Windows color (decimal): -8315427 or 14491009. OLE color: 14491009.
HSL color Cylindrical-coordinate representation of color #811DDD: hue angle of 271.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811DDD is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 29 | 221 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.13 |
| HSL | 271.25º | 0.77% | 0.49% | - |
| HSV(B) | 271.25º | 0.87% | 0.87% | - |
| XYZ | 22.54 | 10.77 | 69.3 | - |
| YUV | 80.79 | 207.13 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 221 | 0.42 | 0.87 | 0 | 0.13 | 271.25 | 0.77 | 0.49 |
| Hex | 81 | 1D | DD | 2A | 57 | 0 | D | 10F | 4D | 31 |
| Octal | 201 | 35 | 335 | 52 | 127 | 0 | 15 | 417 | 115 | 61 |
| Binary | 10000001 | 11101 | 11011101 | 101010 | 1010111 | 0 | 1101 | 100001111 | 1001101 | 110001 |
Color Harmonies of #811DDD
Complementary color
Monochromatic Colors of #811DDD
Black with #811DDD
Text Example
Text Example
White with #811DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DDD; }
p { color: rgb(129,29,221); }
H1.HeaderClassName
{
color: #811DDD;
}
.AnyTagClassName
{
color: #811DDD;
}
</style>
background-color css
<style>
a { background-color: #811DDD; }
a { background-color: rgb(129,29,221); }
div.DivClassName
{
background-color: #811DDD;
}
.BgClassName
{
background-color: #811DDD;
}
</style>
border-color css
<style>
span { border-color: #811DDD; }
span { border-color: rgb(129,29,221); }
td.TdClassName
{
border-color: #811DDD;
}
.TagClassName
{
border-color: #811DDD;
}
</style>