Shades of Blue Violet #813CE7
Tints of Blue Violet #813CE7
RGB
CMYK
RGB Variations
Color information
#813CE7 (or 0x813CE7) is known color: Blue Violet. HEX triplet: 81, 3C and E7. RGB value is (129,60,231). Sum of RGB (Red+Green+Blue) = 129+60+231=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #813CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #813CE7 is #7EC318. Grayscale: #636363. Windows color (decimal): -8307481 or 15154305. OLE color: 15154305.
HSL color Cylindrical-coordinate representation of color #813CE7: hue angle of 264.21º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #813CE7 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 60 | 231 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.09 |
| HSL | 264.21º | 0.78% | 0.57% | - |
| HSV(B) | 264.21º | 0.74% | 0.91% | - |
| XYZ | 25.09 | 13.67 | 76.92 | - |
| YUV | 100.13 | 201.86 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 231 | 0.44 | 0.74 | 0 | 0.09 | 264.21 | 0.78 | 0.57 |
| Hex | 81 | 3C | E7 | 2C | 4A | 0 | 9 | 108 | 4E | 39 |
| Octal | 201 | 74 | 347 | 54 | 112 | 0 | 11 | 410 | 116 | 71 |
| Binary | 10000001 | 111100 | 11100111 | 101100 | 1001010 | 0 | 1001 | 100001000 | 1001110 | 111001 |
Color Harmonies of #813CE7
Complementary color
Monochromatic Colors of #813CE7
Black with #813CE7
Text Example
Text Example
White with #813CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813CE7; }
p { color: rgb(129,60,231); }
H1.HeaderClassName
{
color: #813CE7;
}
.AnyTagClassName
{
color: #813CE7;
}
</style>
background-color css
<style>
a { background-color: #813CE7; }
a { background-color: rgb(129,60,231); }
div.DivClassName
{
background-color: #813CE7;
}
.BgClassName
{
background-color: #813CE7;
}
</style>
border-color css
<style>
span { border-color: #813CE7; }
span { border-color: rgb(129,60,231); }
td.TdClassName
{
border-color: #813CE7;
}
.TagClassName
{
border-color: #813CE7;
}
</style>