Shades of Blue Violet #811ADA
Tints of Blue Violet #811ADA
RGB
CMYK
RGB Variations
Color information
#811ADA (or 0x811ADA) is known color: Blue Violet. HEX triplet: 81, 1A and DA. RGB value is (129,26,218). Sum of RGB (Red+Green+Blue) = 129+26+218=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #811ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ADA is #7EE525. Grayscale: #4E4E4E. Windows color (decimal): -8316198 or 14293633. OLE color: 14293633.
HSL color Cylindrical-coordinate representation of color #811ADA: hue angle of 272.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811ADA is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 26 | 218 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.15 |
| HSL | 272.19º | 0.79% | 0.48% | - |
| HSV(B) | 272.19º | 0.88% | 0.85% | - |
| XYZ | 22.08 | 10.47 | 67.19 | - |
| YUV | 78.69 | 206.62 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 218 | 0.41 | 0.88 | 0 | 0.15 | 272.19 | 0.79 | 0.48 |
| Hex | 81 | 1A | DA | 29 | 58 | 0 | F | 110 | 4F | 30 |
| Octal | 201 | 32 | 332 | 51 | 130 | 0 | 17 | 420 | 117 | 60 |
| Binary | 10000001 | 11010 | 11011010 | 101001 | 1011000 | 0 | 1111 | 100010000 | 1001111 | 110000 |
Color Harmonies of #811ADA
Complementary color
Monochromatic Colors of #811ADA
Black with #811ADA
Text Example
Text Example
White with #811ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ADA; }
p { color: rgb(129,26,218); }
H1.HeaderClassName
{
color: #811ADA;
}
.AnyTagClassName
{
color: #811ADA;
}
</style>
background-color css
<style>
a { background-color: #811ADA; }
a { background-color: rgb(129,26,218); }
div.DivClassName
{
background-color: #811ADA;
}
.BgClassName
{
background-color: #811ADA;
}
</style>
border-color css
<style>
span { border-color: #811ADA; }
span { border-color: rgb(129,26,218); }
td.TdClassName
{
border-color: #811ADA;
}
.TagClassName
{
border-color: #811ADA;
}
</style>