Shades of Blue Violet #811FCD
Tints of Blue Violet #811FCD
RGB
CMYK
RGB Variations
Color information
#811FCD (or 0x811FCD) is known color: Blue Violet. HEX triplet: 81, 1F and CD. RGB value is (129,31,205). Sum of RGB (Red+Green+Blue) = 129+31+205=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #811FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FCD is #7EE032. Grayscale: #4F4F4F. Windows color (decimal): -8314931 or 13442945. OLE color: 13442945.
HSL color Cylindrical-coordinate representation of color #811FCD: hue angle of 273.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811FCD is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 31 | 205 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.20 |
| HSL | 273.79º | 0.74% | 0.46% | - |
| HSV(B) | 273.79º | 0.85% | 0.8% | - |
| XYZ | 20.56 | 10.05 | 58.61 | - |
| YUV | 80.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 205 | 0.37 | 0.85 | 0 | 0.20 | 273.79 | 0.74 | 0.46 |
| Hex | 81 | 1F | CD | 25 | 55 | 0 | 14 | 112 | 4A | 2E |
| Octal | 201 | 37 | 315 | 45 | 125 | 0 | 24 | 422 | 112 | 56 |
| Binary | 10000001 | 11111 | 11001101 | 100101 | 1010101 | 0 | 10100 | 100010010 | 1001010 | 101110 |
Color Harmonies of #811FCD
Complementary color
Monochromatic Colors of #811FCD
Black with #811FCD
Text Example
Text Example
White with #811FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FCD; }
p { color: rgb(129,31,205); }
H1.HeaderClassName
{
color: #811FCD;
}
.AnyTagClassName
{
color: #811FCD;
}
</style>
background-color css
<style>
a { background-color: #811FCD; }
a { background-color: rgb(129,31,205); }
div.DivClassName
{
background-color: #811FCD;
}
.BgClassName
{
background-color: #811FCD;
}
</style>
border-color css
<style>
span { border-color: #811FCD; }
span { border-color: rgb(129,31,205); }
td.TdClassName
{
border-color: #811FCD;
}
.TagClassName
{
border-color: #811FCD;
}
</style>