Shades of Blue Violet #811CEB
Tints of Blue Violet #811CEB
RGB
CMYK
RGB Variations
Color information
#811CEB (or 0x811CEB) is known color: Blue Violet. HEX triplet: 81, 1C and EB. RGB value is (129,28,235). Sum of RGB (Red+Green+Blue) = 129+28+235=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #811CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811CEB is #7EE314. Grayscale: #515151. Windows color (decimal): -8315669 or 15408257. OLE color: 15408257.
HSL color Cylindrical-coordinate representation of color #811CEB: hue angle of 269.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811CEB is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 28 | 235 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.08 |
| HSL | 269.28º | 0.84% | 0.52% | - |
| HSV(B) | 269.28º | 0.88% | 0.92% | - |
| XYZ | 24.46 | 11.5 | 79.53 | - |
| YUV | 81.8 | 214.46 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 235 | 0.45 | 0.88 | 0 | 0.08 | 269.28 | 0.84 | 0.52 |
| Hex | 81 | 1C | EB | 2D | 58 | 0 | 8 | 10D | 54 | 34 |
| Octal | 201 | 34 | 353 | 55 | 130 | 0 | 10 | 415 | 124 | 64 |
| Binary | 10000001 | 11100 | 11101011 | 101101 | 1011000 | 0 | 1000 | 100001101 | 1010100 | 110100 |
Color Harmonies of #811CEB
Complementary color
Monochromatic Colors of #811CEB
Black with #811CEB
Text Example
Text Example
White with #811CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CEB; }
p { color: rgb(129,28,235); }
H1.HeaderClassName
{
color: #811CEB;
}
.AnyTagClassName
{
color: #811CEB;
}
</style>
background-color css
<style>
a { background-color: #811CEB; }
a { background-color: rgb(129,28,235); }
div.DivClassName
{
background-color: #811CEB;
}
.BgClassName
{
background-color: #811CEB;
}
</style>
border-color css
<style>
span { border-color: #811CEB; }
span { border-color: rgb(129,28,235); }
td.TdClassName
{
border-color: #811CEB;
}
.TagClassName
{
border-color: #811CEB;
}
</style>