Shades of Blue Violet #812CDF
Tints of Blue Violet #812CDF
RGB
CMYK
RGB Variations
Color information
#812CDF (or 0x812CDF) is known color: Blue Violet. HEX triplet: 81, 2C and DF. RGB value is (129,44,223). Sum of RGB (Red+Green+Blue) = 129+44+223=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #812CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CDF is #7ED320. Grayscale: #595959. Windows color (decimal): -8311585 or 14625921. OLE color: 14625921.
HSL color Cylindrical-coordinate representation of color #812CDF: hue angle of 268.49º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #812CDF is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 44 | 223 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.13 |
| HSL | 268.49º | 0.74% | 0.52% | - |
| HSV(B) | 268.49º | 0.8% | 0.87% | - |
| XYZ | 23.27 | 11.8 | 70.86 | - |
| YUV | 89.82 | 203.16 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 223 | 0.42 | 0.80 | 0 | 0.13 | 268.49 | 0.74 | 0.52 |
| Hex | 81 | 2C | DF | 2A | 50 | 0 | D | 10C | 4A | 34 |
| Octal | 201 | 54 | 337 | 52 | 120 | 0 | 15 | 414 | 112 | 64 |
| Binary | 10000001 | 101100 | 11011111 | 101010 | 1010000 | 0 | 1101 | 100001100 | 1001010 | 110100 |
Color Harmonies of #812CDF
Complementary color
Monochromatic Colors of #812CDF
Black with #812CDF
Text Example
Text Example
White with #812CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812CDF; }
p { color: rgb(129,44,223); }
H1.HeaderClassName
{
color: #812CDF;
}
.AnyTagClassName
{
color: #812CDF;
}
</style>
background-color css
<style>
a { background-color: #812CDF; }
a { background-color: rgb(129,44,223); }
div.DivClassName
{
background-color: #812CDF;
}
.BgClassName
{
background-color: #812CDF;
}
</style>
border-color css
<style>
span { border-color: #812CDF; }
span { border-color: rgb(129,44,223); }
td.TdClassName
{
border-color: #812CDF;
}
.TagClassName
{
border-color: #812CDF;
}
</style>