Shades of Blue Violet #811FDC
Tints of Blue Violet #811FDC
RGB
CMYK
RGB Variations
Color information
#811FDC (or 0x811FDC) is known color: Blue Violet. HEX triplet: 81, 1F and DC. RGB value is (129,31,220). Sum of RGB (Red+Green+Blue) = 129+31+220=380 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.95% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #811FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FDC is #7EE023. Grayscale: #515151. Windows color (decimal): -8314916 or 14425985. OLE color: 14425985.
HSL color Cylindrical-coordinate representation of color #811FDC: hue angle of 271.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811FDC is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 31 | 220 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.14 |
| HSL | 271.11º | 0.75% | 0.49% | - |
| HSV(B) | 271.11º | 0.86% | 0.86% | - |
| XYZ | 22.46 | 10.81 | 68.61 | - |
| YUV | 81.85 | 205.97 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 220 | 0.41 | 0.86 | 0 | 0.14 | 271.11 | 0.75 | 0.49 |
| Hex | 81 | 1F | DC | 29 | 56 | 0 | E | 10F | 4B | 31 |
| Octal | 201 | 37 | 334 | 51 | 126 | 0 | 16 | 417 | 113 | 61 |
| Binary | 10000001 | 11111 | 11011100 | 101001 | 1010110 | 0 | 1110 | 100001111 | 1001011 | 110001 |
Color Harmonies of #811FDC
Complementary color
Monochromatic Colors of #811FDC
Black with #811FDC
Text Example
Text Example
White with #811FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FDC; }
p { color: rgb(129,31,220); }
H1.HeaderClassName
{
color: #811FDC;
}
.AnyTagClassName
{
color: #811FDC;
}
</style>
background-color css
<style>
a { background-color: #811FDC; }
a { background-color: rgb(129,31,220); }
div.DivClassName
{
background-color: #811FDC;
}
.BgClassName
{
background-color: #811FDC;
}
</style>
border-color css
<style>
span { border-color: #811FDC; }
span { border-color: rgb(129,31,220); }
td.TdClassName
{
border-color: #811FDC;
}
.TagClassName
{
border-color: #811FDC;
}
</style>