Shades of Blue Violet #811ECE
Tints of Blue Violet #811ECE
RGB
CMYK
RGB Variations
Color information
#811ECE (or 0x811ECE) is known color: Blue Violet. HEX triplet: 81, 1E and CE. RGB value is (129,30,206). Sum of RGB (Red+Green+Blue) = 129+30+206=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #811ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ECE is #7EE131. Grayscale: #4F4F4F. Windows color (decimal): -8315186 or 13508225. OLE color: 13508225.
HSL color Cylindrical-coordinate representation of color #811ECE: hue angle of 273.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811ECE is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 30 | 206 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.19 |
| HSL | 273.75º | 0.75% | 0.46% | - |
| HSV(B) | 273.75º | 0.85% | 0.81% | - |
| XYZ | 20.66 | 10.05 | 59.24 | - |
| YUV | 79.67 | 199.3 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 206 | 0.37 | 0.85 | 0 | 0.19 | 273.75 | 0.75 | 0.46 |
| Hex | 81 | 1E | CE | 25 | 55 | 0 | 13 | 112 | 4B | 2E |
| Octal | 201 | 36 | 316 | 45 | 125 | 0 | 23 | 422 | 113 | 56 |
| Binary | 10000001 | 11110 | 11001110 | 100101 | 1010101 | 0 | 10011 | 100010010 | 1001011 | 101110 |
Color Harmonies of #811ECE
Complementary color
Monochromatic Colors of #811ECE
Black with #811ECE
Text Example
Text Example
White with #811ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ECE; }
p { color: rgb(129,30,206); }
H1.HeaderClassName
{
color: #811ECE;
}
.AnyTagClassName
{
color: #811ECE;
}
</style>
background-color css
<style>
a { background-color: #811ECE; }
a { background-color: rgb(129,30,206); }
div.DivClassName
{
background-color: #811ECE;
}
.BgClassName
{
background-color: #811ECE;
}
</style>
border-color css
<style>
span { border-color: #811ECE; }
span { border-color: rgb(129,30,206); }
td.TdClassName
{
border-color: #811ECE;
}
.TagClassName
{
border-color: #811ECE;
}
</style>