Shades of Blue Violet #811ECC
Tints of Blue Violet #811ECC
RGB
CMYK
RGB Variations
Color information
#811ECC (or 0x811ECC) is known color: Blue Violet. HEX triplet: 81, 1E and CC. RGB value is (129,30,204). Sum of RGB (Red+Green+Blue) = 129+30+204=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #811ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ECC is #7EE133. Grayscale: #4E4E4E. Windows color (decimal): -8315188 or 13377153. OLE color: 13377153.
HSL color Cylindrical-coordinate representation of color #811ECC: hue angle of 274.14º 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 #811ECC is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 30 | 204 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.2 |
| HSL | 274.14º | 0.74% | 0.46% | - |
| HSV(B) | 274.14º | 0.85% | 0.8% | - |
| XYZ | 20.42 | 9.96 | 57.97 | - |
| YUV | 79.44 | 198.3 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 204 | 0.37 | 0.85 | 0 | 0.2 | 274.14 | 0.74 | 0.46 |
| Hex | 81 | 1E | CC | 25 | 55 | 0 | 14 | 112 | 4A | 2E |
| Octal | 201 | 36 | 314 | 45 | 125 | 0 | 24 | 422 | 112 | 56 |
| Binary | 10000001 | 11110 | 11001100 | 100101 | 1010101 | 0 | 10100 | 100010010 | 1001010 | 101110 |
Color Harmonies of #811ECC
Complementary color
Monochromatic Colors of #811ECC
Black with #811ECC
Text Example
Text Example
White with #811ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ECC; }
p { color: rgb(129,30,204); }
H1.HeaderClassName
{
color: #811ECC;
}
.AnyTagClassName
{
color: #811ECC;
}
</style>
background-color css
<style>
a { background-color: #811ECC; }
a { background-color: rgb(129,30,204); }
div.DivClassName
{
background-color: #811ECC;
}
.BgClassName
{
background-color: #811ECC;
}
</style>
border-color css
<style>
span { border-color: #811ECC; }
span { border-color: rgb(129,30,204); }
td.TdClassName
{
border-color: #811ECC;
}
.TagClassName
{
border-color: #811ECC;
}
</style>