Shades of Blue Violet #813ECE
Tints of Blue Violet #813ECE
RGB
CMYK
RGB Variations
Color information
#813ECE (or 0x813ECE) is known color: Blue Violet. HEX triplet: 81, 3E and CE. RGB value is (129,62,206). Sum of RGB (Red+Green+Blue) = 129+62+206=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #813ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813ECE is #7EC131. Grayscale: #616161. Windows color (decimal): -8306994 or 13516417. OLE color: 13516417.
HSL color Cylindrical-coordinate representation of color #813ECE: hue angle of 267.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #813ECE is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 62 | 206 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.19 |
| HSL | 267.92º | 0.6% | 0.53% | - |
| HSV(B) | 267.92º | 0.7% | 0.81% | - |
| XYZ | 21.92 | 12.57 | 59.66 | - |
| YUV | 98.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 206 | 0.37 | 0.70 | 0 | 0.19 | 267.92 | 0.6 | 0.53 |
| Hex | 81 | 3E | CE | 25 | 46 | 0 | 13 | 10C | 3C | 35 |
| Octal | 201 | 76 | 316 | 45 | 106 | 0 | 23 | 414 | 74 | 65 |
| Binary | 10000001 | 111110 | 11001110 | 100101 | 1000110 | 0 | 10011 | 100001100 | 111100 | 110101 |
Color Harmonies of #813ECE
Complementary color
Monochromatic Colors of #813ECE
Black with #813ECE
Text Example
Text Example
White with #813ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813ECE; }
p { color: rgb(129,62,206); }
H1.HeaderClassName
{
color: #813ECE;
}
.AnyTagClassName
{
color: #813ECE;
}
</style>
background-color css
<style>
a { background-color: #813ECE; }
a { background-color: rgb(129,62,206); }
div.DivClassName
{
background-color: #813ECE;
}
.BgClassName
{
background-color: #813ECE;
}
</style>
border-color css
<style>
span { border-color: #813ECE; }
span { border-color: rgb(129,62,206); }
td.TdClassName
{
border-color: #813ECE;
}
.TagClassName
{
border-color: #813ECE;
}
</style>