Shades of Blue Violet #812DD4
Tints of Blue Violet #812DD4
RGB
CMYK
RGB Variations
Color information
#812DD4 (or 0x812DD4) is known color: Blue Violet. HEX triplet: 81, 2D and D4. RGB value is (129,45,212). Sum of RGB (Red+Green+Blue) = 129+45+212=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #812DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812DD4 is #7ED22B. Grayscale: #585858. Windows color (decimal): -8311340 or 13905281. OLE color: 13905281.
HSL color Cylindrical-coordinate representation of color #812DD4: hue angle of 270.18º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812DD4 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 45 | 212 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.17 |
| HSL | 270.18º | 0.66% | 0.5% | - |
| HSV(B) | 270.18º | 0.79% | 0.83% | - |
| XYZ | 21.88 | 11.3 | 63.32 | - |
| YUV | 89.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 212 | 0.39 | 0.79 | 0 | 0.17 | 270.18 | 0.66 | 0.5 |
| Hex | 81 | 2D | D4 | 27 | 4F | 0 | 11 | 10E | 42 | 32 |
| Octal | 201 | 55 | 324 | 47 | 117 | 0 | 21 | 416 | 102 | 62 |
| Binary | 10000001 | 101101 | 11010100 | 100111 | 1001111 | 0 | 10001 | 100001110 | 1000010 | 110010 |
Color Harmonies of #812DD4
Complementary color
Monochromatic Colors of #812DD4
Black with #812DD4
Text Example
Text Example
White with #812DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DD4; }
p { color: rgb(129,45,212); }
H1.HeaderClassName
{
color: #812DD4;
}
.AnyTagClassName
{
color: #812DD4;
}
</style>
background-color css
<style>
a { background-color: #812DD4; }
a { background-color: rgb(129,45,212); }
div.DivClassName
{
background-color: #812DD4;
}
.BgClassName
{
background-color: #812DD4;
}
</style>
border-color css
<style>
span { border-color: #812DD4; }
span { border-color: rgb(129,45,212); }
td.TdClassName
{
border-color: #812DD4;
}
.TagClassName
{
border-color: #812DD4;
}
</style>