Shades of Blue Violet #811ACE
Tints of Blue Violet #811ACE
RGB
CMYK
RGB Variations
Color information
#811ACE (or 0x811ACE) is known color: Blue Violet. HEX triplet: 81, 1A and CE. RGB value is (129,26,206). Sum of RGB (Red+Green+Blue) = 129+26+206=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #811ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ACE is #7EE531. Grayscale: #4C4C4C. Windows color (decimal): -8316210 or 13507201. OLE color: 13507201.
HSL color Cylindrical-coordinate representation of color #811ACE: hue angle of 274.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811ACE is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 26 | 206 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.19 |
| HSL | 274.33º | 0.78% | 0.45% | - |
| HSV(B) | 274.33º | 0.87% | 0.81% | - |
| XYZ | 20.56 | 9.86 | 59.21 | - |
| YUV | 77.32 | 200.62 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 206 | 0.37 | 0.87 | 0 | 0.19 | 274.33 | 0.78 | 0.45 |
| Hex | 81 | 1A | CE | 25 | 57 | 0 | 13 | 112 | 4E | 2D |
| Octal | 201 | 32 | 316 | 45 | 127 | 0 | 23 | 422 | 116 | 55 |
| Binary | 10000001 | 11010 | 11001110 | 100101 | 1010111 | 0 | 10011 | 100010010 | 1001110 | 101101 |
Color Harmonies of #811ACE
Complementary color
Monochromatic Colors of #811ACE
Black with #811ACE
Text Example
Text Example
White with #811ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ACE; }
p { color: rgb(129,26,206); }
H1.HeaderClassName
{
color: #811ACE;
}
.AnyTagClassName
{
color: #811ACE;
}
</style>
background-color css
<style>
a { background-color: #811ACE; }
a { background-color: rgb(129,26,206); }
div.DivClassName
{
background-color: #811ACE;
}
.BgClassName
{
background-color: #811ACE;
}
</style>
border-color css
<style>
span { border-color: #811ACE; }
span { border-color: rgb(129,26,206); }
td.TdClassName
{
border-color: #811ACE;
}
.TagClassName
{
border-color: #811ACE;
}
</style>