Shades of Blue Violet #811CDA
Tints of Blue Violet #811CDA
RGB
CMYK
RGB Variations
Color information
#811CDA (or 0x811CDA) is known color: Blue Violet. HEX triplet: 81, 1C and DA. RGB value is (129,28,218). Sum of RGB (Red+Green+Blue) = 129+28+218=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 218 (85.55% from 255 or 58.13% from 375); Max value from RGB is 218 - color contains mainly: blue. Hex color #811CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CDA is #7EE325. Grayscale: #4F4F4F. Windows color (decimal): -8315686 or 14294145. OLE color: 14294145.
HSL color Cylindrical-coordinate representation of color #811CDA: hue angle of 271.89º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811CDA is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 28 | 218 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.15 |
| HSL | 271.89º | 0.77% | 0.48% | - |
| HSV(B) | 271.89º | 0.87% | 0.85% | - |
| XYZ | 22.12 | 10.56 | 67.2 | - |
| YUV | 79.86 | 205.96 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 218 | 0.41 | 0.87 | 0 | 0.15 | 271.89 | 0.77 | 0.48 |
| Hex | 81 | 1C | DA | 29 | 57 | 0 | F | 110 | 4D | 30 |
| Octal | 201 | 34 | 332 | 51 | 127 | 0 | 17 | 420 | 115 | 60 |
| Binary | 10000001 | 11100 | 11011010 | 101001 | 1010111 | 0 | 1111 | 100010000 | 1001101 | 110000 |
Color Harmonies of #811CDA
Complementary color
Monochromatic Colors of #811CDA
Black with #811CDA
Text Example
Text Example
White with #811CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CDA; }
p { color: rgb(129,28,218); }
H1.HeaderClassName
{
color: #811CDA;
}
.AnyTagClassName
{
color: #811CDA;
}
</style>
background-color css
<style>
a { background-color: #811CDA; }
a { background-color: rgb(129,28,218); }
div.DivClassName
{
background-color: #811CDA;
}
.BgClassName
{
background-color: #811CDA;
}
</style>
border-color css
<style>
span { border-color: #811CDA; }
span { border-color: rgb(129,28,218); }
td.TdClassName
{
border-color: #811CDA;
}
.TagClassName
{
border-color: #811CDA;
}
</style>