Shades of Blue Violet #812ADE
Tints of Blue Violet #812ADE
RGB
CMYK
RGB Variations
Color information
#812ADE (or 0x812ADE) is known color: Blue Violet. HEX triplet: 81, 2A and DE. RGB value is (129,42,222). Sum of RGB (Red+Green+Blue) = 129+42+222=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #812ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812ADE is #7ED521. Grayscale: #575757. Windows color (decimal): -8312098 or 14559873. OLE color: 14559873.
HSL color Cylindrical-coordinate representation of color #812ADE: hue angle of 269º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812ADE is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 42 | 222 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.13 |
| HSL | 269º | 0.73% | 0.52% | - |
| HSV(B) | 269º | 0.81% | 0.87% | - |
| XYZ | 23.07 | 11.6 | 70.13 | - |
| YUV | 88.53 | 203.32 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 222 | 0.42 | 0.81 | 0 | 0.13 | 269 | 0.73 | 0.52 |
| Hex | 81 | 2A | DE | 2A | 51 | 0 | D | 10D | 49 | 34 |
| Octal | 201 | 52 | 336 | 52 | 121 | 0 | 15 | 415 | 111 | 64 |
| Binary | 10000001 | 101010 | 11011110 | 101010 | 1010001 | 0 | 1101 | 100001101 | 1001001 | 110100 |
Color Harmonies of #812ADE
Complementary color
Monochromatic Colors of #812ADE
Black with #812ADE
Text Example
Text Example
White with #812ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812ADE; }
p { color: rgb(129,42,222); }
H1.HeaderClassName
{
color: #812ADE;
}
.AnyTagClassName
{
color: #812ADE;
}
</style>
background-color css
<style>
a { background-color: #812ADE; }
a { background-color: rgb(129,42,222); }
div.DivClassName
{
background-color: #812ADE;
}
.BgClassName
{
background-color: #812ADE;
}
</style>
border-color css
<style>
span { border-color: #812ADE; }
span { border-color: rgb(129,42,222); }
td.TdClassName
{
border-color: #812ADE;
}
.TagClassName
{
border-color: #812ADE;
}
</style>