Shades of Blue Violet #813CDC
Tints of Blue Violet #813CDC
RGB
CMYK
RGB Variations
Color information
#813CDC (or 0x813CDC) is known color: Blue Violet. HEX triplet: 81, 3C and DC. RGB value is (129,60,220). Sum of RGB (Red+Green+Blue) = 129+60+220=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #813CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #813CDC is #7EC323. Grayscale: #626262. Windows color (decimal): -8307492 or 14433409. OLE color: 14433409.
HSL color Cylindrical-coordinate representation of color #813CDC: hue angle of 265.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #813CDC is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 60 | 220 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.14 |
| HSL | 265.88º | 0.7% | 0.55% | - |
| HSV(B) | 265.88º | 0.73% | 0.86% | - |
| XYZ | 23.59 | 13.07 | 68.99 | - |
| YUV | 98.87 | 196.36 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 220 | 0.41 | 0.73 | 0 | 0.14 | 265.88 | 0.7 | 0.55 |
| Hex | 81 | 3C | DC | 29 | 49 | 0 | E | 10A | 46 | 37 |
| Octal | 201 | 74 | 334 | 51 | 111 | 0 | 16 | 412 | 106 | 67 |
| Binary | 10000001 | 111100 | 11011100 | 101001 | 1001001 | 0 | 1110 | 100001010 | 1000110 | 110111 |
Color Harmonies of #813CDC
Complementary color
Monochromatic Colors of #813CDC
Black with #813CDC
Text Example
Text Example
White with #813CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813CDC; }
p { color: rgb(129,60,220); }
H1.HeaderClassName
{
color: #813CDC;
}
.AnyTagClassName
{
color: #813CDC;
}
</style>
background-color css
<style>
a { background-color: #813CDC; }
a { background-color: rgb(129,60,220); }
div.DivClassName
{
background-color: #813CDC;
}
.BgClassName
{
background-color: #813CDC;
}
</style>
border-color css
<style>
span { border-color: #813CDC; }
span { border-color: rgb(129,60,220); }
td.TdClassName
{
border-color: #813CDC;
}
.TagClassName
{
border-color: #813CDC;
}
</style>