Shades of Blue Violet #811ECD
Tints of Blue Violet #811ECD
RGB
CMYK
RGB Variations
Color information
#811ECD (or 0x811ECD) is known color: Blue Violet. HEX triplet: 81, 1E and CD. RGB value is (129,30,205). Sum of RGB (Red+Green+Blue) = 129+30+205=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #811ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ECD is #7EE132. Grayscale: #4E4E4E. Windows color (decimal): -8315187 or 13442689. OLE color: 13442689.
HSL color Cylindrical-coordinate representation of color #811ECD: hue angle of 273.94º 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 #811ECD is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 30 | 205 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.20 |
| HSL | 273.94º | 0.74% | 0.46% | - |
| HSV(B) | 273.94º | 0.85% | 0.8% | - |
| XYZ | 20.54 | 10 | 58.61 | - |
| YUV | 79.55 | 198.8 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 205 | 0.37 | 0.85 | 0 | 0.20 | 273.94 | 0.74 | 0.46 |
| Hex | 81 | 1E | CD | 25 | 55 | 0 | 14 | 112 | 4A | 2E |
| Octal | 201 | 36 | 315 | 45 | 125 | 0 | 24 | 422 | 112 | 56 |
| Binary | 10000001 | 11110 | 11001101 | 100101 | 1010101 | 0 | 10100 | 100010010 | 1001010 | 101110 |
Color Harmonies of #811ECD
Complementary color
Monochromatic Colors of #811ECD
Black with #811ECD
Text Example
Text Example
White with #811ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ECD; }
p { color: rgb(129,30,205); }
H1.HeaderClassName
{
color: #811ECD;
}
.AnyTagClassName
{
color: #811ECD;
}
</style>
background-color css
<style>
a { background-color: #811ECD; }
a { background-color: rgb(129,30,205); }
div.DivClassName
{
background-color: #811ECD;
}
.BgClassName
{
background-color: #811ECD;
}
</style>
border-color css
<style>
span { border-color: #811ECD; }
span { border-color: rgb(129,30,205); }
td.TdClassName
{
border-color: #811ECD;
}
.TagClassName
{
border-color: #811ECD;
}
</style>