Shades of Blue Violet #811CEE
Tints of Blue Violet #811CEE
RGB
CMYK
RGB Variations
Color information
#811CEE (or 0x811CEE) is known color: Blue Violet. HEX triplet: 81, 1C and EE. RGB value is (129,28,238). Sum of RGB (Red+Green+Blue) = 129+28+238=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #811CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811CEE is #7EE311. Grayscale: #515151. Windows color (decimal): -8315666 or 15604865. OLE color: 15604865.
HSL color Cylindrical-coordinate representation of color #811CEE: hue angle of 268.86º 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 #811CEE is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 28 | 238 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.07 |
| HSL | 268.86º | 0.86% | 0.52% | - |
| HSV(B) | 268.86º | 0.88% | 0.93% | - |
| XYZ | 24.9 | 11.67 | 81.83 | - |
| YUV | 82.14 | 215.96 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 238 | 0.46 | 0.88 | 0 | 0.07 | 268.86 | 0.86 | 0.52 |
| Hex | 81 | 1C | EE | 2E | 58 | 0 | 7 | 10D | 56 | 34 |
| Octal | 201 | 34 | 356 | 56 | 130 | 0 | 7 | 415 | 126 | 64 |
| Binary | 10000001 | 11100 | 11101110 | 101110 | 1011000 | 0 | 111 | 100001101 | 1010110 | 110100 |
Color Harmonies of #811CEE
Complementary color
Monochromatic Colors of #811CEE
Black with #811CEE
Text Example
Text Example
White with #811CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CEE; }
p { color: rgb(129,28,238); }
H1.HeaderClassName
{
color: #811CEE;
}
.AnyTagClassName
{
color: #811CEE;
}
</style>
background-color css
<style>
a { background-color: #811CEE; }
a { background-color: rgb(129,28,238); }
div.DivClassName
{
background-color: #811CEE;
}
.BgClassName
{
background-color: #811CEE;
}
</style>
border-color css
<style>
span { border-color: #811CEE; }
span { border-color: rgb(129,28,238); }
td.TdClassName
{
border-color: #811CEE;
}
.TagClassName
{
border-color: #811CEE;
}
</style>