Shades of Blue Violet #811DEE
Tints of Blue Violet #811DEE
RGB
CMYK
RGB Variations
Color information
#811DEE (or 0x811DEE) is known color: Blue Violet. HEX triplet: 81, 1D and EE. RGB value is (129,29,238). Sum of RGB (Red+Green+Blue) = 129+29+238=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #811DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811DEE is #7EE211. Grayscale: #515151. Windows color (decimal): -8315410 or 15605121. OLE color: 15605121.
HSL color Cylindrical-coordinate representation of color #811DEE: hue angle of 268.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811DEE is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 29 | 238 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.07 |
| HSL | 268.71º | 0.86% | 0.52% | - |
| HSV(B) | 268.71º | 0.88% | 0.93% | - |
| XYZ | 24.93 | 11.72 | 81.84 | - |
| YUV | 82.73 | 215.63 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 238 | 0.46 | 0.88 | 0 | 0.07 | 268.71 | 0.86 | 0.52 |
| Hex | 81 | 1D | EE | 2E | 58 | 0 | 7 | 10D | 56 | 34 |
| Octal | 201 | 35 | 356 | 56 | 130 | 0 | 7 | 415 | 126 | 64 |
| Binary | 10000001 | 11101 | 11101110 | 101110 | 1011000 | 0 | 111 | 100001101 | 1010110 | 110100 |
Color Harmonies of #811DEE
Complementary color
Monochromatic Colors of #811DEE
Black with #811DEE
Text Example
Text Example
White with #811DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DEE; }
p { color: rgb(129,29,238); }
H1.HeaderClassName
{
color: #811DEE;
}
.AnyTagClassName
{
color: #811DEE;
}
</style>
background-color css
<style>
a { background-color: #811DEE; }
a { background-color: rgb(129,29,238); }
div.DivClassName
{
background-color: #811DEE;
}
.BgClassName
{
background-color: #811DEE;
}
</style>
border-color css
<style>
span { border-color: #811DEE; }
span { border-color: rgb(129,29,238); }
td.TdClassName
{
border-color: #811DEE;
}
.TagClassName
{
border-color: #811DEE;
}
</style>