Shades of Blue Violet #811CE0
Tints of Blue Violet #811CE0
RGB
CMYK
RGB Variations
Color information
#811CE0 (or 0x811CE0) is known color: Blue Violet. HEX triplet: 81, 1C and E0. RGB value is (129,28,224). Sum of RGB (Red+Green+Blue) = 129+28+224=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 224 (87.89% from 255 or 58.79% from 381); Max value from RGB is 224 - color contains mainly: blue. Hex color #811CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CE0 is #7EE31F. Grayscale: #4F4F4F. Windows color (decimal): -8315680 or 14687361. OLE color: 14687361.
HSL color Cylindrical-coordinate representation of color #811CE0: hue angle of 270.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811CE0 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 28 | 224 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.12 |
| HSL | 270.92º | 0.78% | 0.49% | - |
| HSV(B) | 270.92º | 0.88% | 0.88% | - |
| XYZ | 22.92 | 10.88 | 71.41 | - |
| YUV | 80.54 | 208.96 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 224 | 0.42 | 0.88 | 0 | 0.12 | 270.92 | 0.78 | 0.49 |
| Hex | 81 | 1C | E0 | 2A | 58 | 0 | C | 10F | 4E | 31 |
| Octal | 201 | 34 | 340 | 52 | 130 | 0 | 14 | 417 | 116 | 61 |
| Binary | 10000001 | 11100 | 11100000 | 101010 | 1011000 | 0 | 1100 | 100001111 | 1001110 | 110001 |
Color Harmonies of #811CE0
Complementary color
Monochromatic Colors of #811CE0
Black with #811CE0
Text Example
Text Example
White with #811CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CE0; }
p { color: rgb(129,28,224); }
H1.HeaderClassName
{
color: #811CE0;
}
.AnyTagClassName
{
color: #811CE0;
}
</style>
background-color css
<style>
a { background-color: #811CE0; }
a { background-color: rgb(129,28,224); }
div.DivClassName
{
background-color: #811CE0;
}
.BgClassName
{
background-color: #811CE0;
}
</style>
border-color css
<style>
span { border-color: #811CE0; }
span { border-color: rgb(129,28,224); }
td.TdClassName
{
border-color: #811CE0;
}
.TagClassName
{
border-color: #811CE0;
}
</style>