Shades of Blue Violet #812CDE
Tints of Blue Violet #812CDE
RGB
CMYK
RGB Variations
Color information
#812CDE (or 0x812CDE) is known color: Blue Violet. HEX triplet: 81, 2C and DE. RGB value is (129,44,222). Sum of RGB (Red+Green+Blue) = 129+44+222=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #812CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812CDE is #7ED321. Grayscale: #595959. Windows color (decimal): -8311586 or 14560385. OLE color: 14560385.
HSL color Cylindrical-coordinate representation of color #812CDE: hue angle of 268.65º degrees, saturation: 0.73, 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 #812CDE is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 44 | 222 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.13 |
| HSL | 268.65º | 0.73% | 0.52% | - |
| HSV(B) | 268.65º | 0.8% | 0.87% | - |
| XYZ | 23.14 | 11.74 | 70.15 | - |
| YUV | 89.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 222 | 0.42 | 0.80 | 0 | 0.13 | 268.65 | 0.73 | 0.52 |
| Hex | 81 | 2C | DE | 2A | 50 | 0 | D | 10D | 49 | 34 |
| Octal | 201 | 54 | 336 | 52 | 120 | 0 | 15 | 415 | 111 | 64 |
| Binary | 10000001 | 101100 | 11011110 | 101010 | 1010000 | 0 | 1101 | 100001101 | 1001001 | 110100 |
Color Harmonies of #812CDE
Complementary color
Monochromatic Colors of #812CDE
Black with #812CDE
Text Example
Text Example
White with #812CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812CDE; }
p { color: rgb(129,44,222); }
H1.HeaderClassName
{
color: #812CDE;
}
.AnyTagClassName
{
color: #812CDE;
}
</style>
background-color css
<style>
a { background-color: #812CDE; }
a { background-color: rgb(129,44,222); }
div.DivClassName
{
background-color: #812CDE;
}
.BgClassName
{
background-color: #812CDE;
}
</style>
border-color css
<style>
span { border-color: #812CDE; }
span { border-color: rgb(129,44,222); }
td.TdClassName
{
border-color: #812CDE;
}
.TagClassName
{
border-color: #812CDE;
}
</style>