Shades of Blue Violet #811DCD
Tints of Blue Violet #811DCD
RGB
CMYK
RGB Variations
Color information
#811DCD (or 0x811DCD) is known color: Blue Violet. HEX triplet: 81, 1D and CD. RGB value is (129,29,205). Sum of RGB (Red+Green+Blue) = 129+29+205=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #811DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811DCD is #7EE232. Grayscale: #4E4E4E. Windows color (decimal): -8315443 or 13442433. OLE color: 13442433.
HSL color Cylindrical-coordinate representation of color #811DCD: hue angle of 274.09º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811DCD is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 29 | 205 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.20 |
| HSL | 274.09º | 0.75% | 0.46% | - |
| HSV(B) | 274.09º | 0.86% | 0.8% | - |
| XYZ | 20.51 | 9.95 | 58.6 | - |
| YUV | 78.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 205 | 0.37 | 0.86 | 0 | 0.20 | 274.09 | 0.75 | 0.46 |
| Hex | 81 | 1D | CD | 25 | 56 | 0 | 14 | 112 | 4B | 2E |
| Octal | 201 | 35 | 315 | 45 | 126 | 0 | 24 | 422 | 113 | 56 |
| Binary | 10000001 | 11101 | 11001101 | 100101 | 1010110 | 0 | 10100 | 100010010 | 1001011 | 101110 |
Color Harmonies of #811DCD
Complementary color
Monochromatic Colors of #811DCD
Black with #811DCD
Text Example
Text Example
White with #811DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811DCD; }
p { color: rgb(129,29,205); }
H1.HeaderClassName
{
color: #811DCD;
}
.AnyTagClassName
{
color: #811DCD;
}
</style>
background-color css
<style>
a { background-color: #811DCD; }
a { background-color: rgb(129,29,205); }
div.DivClassName
{
background-color: #811DCD;
}
.BgClassName
{
background-color: #811DCD;
}
</style>
border-color css
<style>
span { border-color: #811DCD; }
span { border-color: rgb(129,29,205); }
td.TdClassName
{
border-color: #811DCD;
}
.TagClassName
{
border-color: #811DCD;
}
</style>