Shades of Blue Violet #811DDF
Tints of Blue Violet #811DDF
RGB
CMYK
RGB Variations
Color information
#811DDF (or 0x811DDF) is known color: Blue Violet. HEX triplet: 81, 1D and DF. RGB value is (129,29,223). Sum of RGB (Red+Green+Blue) = 129+29+223=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #811DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DDF is #7EE220. Grayscale: #505050. Windows color (decimal): -8315425 or 14622081. OLE color: 14622081.
HSL color Cylindrical-coordinate representation of color #811DDF: hue angle of 270.93º 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 #811DDF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 29 | 223 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.13 |
| HSL | 270.93º | 0.77% | 0.49% | - |
| HSV(B) | 270.93º | 0.87% | 0.87% | - |
| XYZ | 22.81 | 10.87 | 70.71 | - |
| YUV | 81.02 | 208.13 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 223 | 0.42 | 0.87 | 0 | 0.13 | 270.93 | 0.77 | 0.49 |
| Hex | 81 | 1D | DF | 2A | 57 | 0 | D | 10F | 4D | 31 |
| Octal | 201 | 35 | 337 | 52 | 127 | 0 | 15 | 417 | 115 | 61 |
| Binary | 10000001 | 11101 | 11011111 | 101010 | 1010111 | 0 | 1101 | 100001111 | 1001101 | 110001 |
Color Harmonies of #811DDF
Complementary color
Monochromatic Colors of #811DDF
Black with #811DDF
Text Example
Text Example
White with #811DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DDF; }
p { color: rgb(129,29,223); }
H1.HeaderClassName
{
color: #811DDF;
}
.AnyTagClassName
{
color: #811DDF;
}
</style>
background-color css
<style>
a { background-color: #811DDF; }
a { background-color: rgb(129,29,223); }
div.DivClassName
{
background-color: #811DDF;
}
.BgClassName
{
background-color: #811DDF;
}
</style>
border-color css
<style>
span { border-color: #811DDF; }
span { border-color: rgb(129,29,223); }
td.TdClassName
{
border-color: #811DDF;
}
.TagClassName
{
border-color: #811DDF;
}
</style>