Shades of Blue Violet #813FCE
Tints of Blue Violet #813FCE
RGB
CMYK
RGB Variations
Color information
#813FCE (or 0x813FCE) is known color: Blue Violet. HEX triplet: 81, 3F and CE. RGB value is (129,63,206). Sum of RGB (Red+Green+Blue) = 129+63+206=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #813FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813FCE is #7EC031. Grayscale: #626262. Windows color (decimal): -8306738 or 13516673. OLE color: 13516673.
HSL color Cylindrical-coordinate representation of color #813FCE: hue angle of 267.69º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #813FCE is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 63 | 206 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.19 |
| HSL | 267.69º | 0.59% | 0.53% | - |
| HSV(B) | 267.69º | 0.69% | 0.81% | - |
| XYZ | 21.97 | 12.68 | 59.68 | - |
| YUV | 99.04 | 188.37 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 206 | 0.37 | 0.69 | 0 | 0.19 | 267.69 | 0.59 | 0.53 |
| Hex | 81 | 3F | CE | 25 | 45 | 0 | 13 | 10C | 3B | 35 |
| Octal | 201 | 77 | 316 | 45 | 105 | 0 | 23 | 414 | 73 | 65 |
| Binary | 10000001 | 111111 | 11001110 | 100101 | 1000101 | 0 | 10011 | 100001100 | 111011 | 110101 |
Color Harmonies of #813FCE
Complementary color
Monochromatic Colors of #813FCE
Black with #813FCE
Text Example
Text Example
White with #813FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813FCE; }
p { color: rgb(129,63,206); }
H1.HeaderClassName
{
color: #813FCE;
}
.AnyTagClassName
{
color: #813FCE;
}
</style>
background-color css
<style>
a { background-color: #813FCE; }
a { background-color: rgb(129,63,206); }
div.DivClassName
{
background-color: #813FCE;
}
.BgClassName
{
background-color: #813FCE;
}
</style>
border-color css
<style>
span { border-color: #813FCE; }
span { border-color: rgb(129,63,206); }
td.TdClassName
{
border-color: #813FCE;
}
.TagClassName
{
border-color: #813FCE;
}
</style>