Shades of Blue Violet #812FDB
Tints of Blue Violet #812FDB
RGB
CMYK
RGB Variations
Color information
#812FDB (or 0x812FDB) is known color: Blue Violet. HEX triplet: 81, 2F and DB. RGB value is (129,47,219). Sum of RGB (Red+Green+Blue) = 129+47+219=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #812FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812FDB is #7ED024. Grayscale: #5A5A5A. Windows color (decimal): -8310821 or 14364545. OLE color: 14364545.
HSL color Cylindrical-coordinate representation of color #812FDB: hue angle of 268.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #812FDB is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 47 | 219 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.14 |
| HSL | 268.6º | 0.7% | 0.52% | - |
| HSV(B) | 268.6º | 0.79% | 0.86% | - |
| XYZ | 22.86 | 11.81 | 68.09 | - |
| YUV | 91.13 | 200.17 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 219 | 0.41 | 0.79 | 0 | 0.14 | 268.6 | 0.7 | 0.52 |
| Hex | 81 | 2F | DB | 29 | 4F | 0 | E | 10D | 46 | 34 |
| Octal | 201 | 57 | 333 | 51 | 117 | 0 | 16 | 415 | 106 | 64 |
| Binary | 10000001 | 101111 | 11011011 | 101001 | 1001111 | 0 | 1110 | 100001101 | 1000110 | 110100 |
Color Harmonies of #812FDB
Complementary color
Monochromatic Colors of #812FDB
Black with #812FDB
Text Example
Text Example
White with #812FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812FDB; }
p { color: rgb(129,47,219); }
H1.HeaderClassName
{
color: #812FDB;
}
.AnyTagClassName
{
color: #812FDB;
}
</style>
background-color css
<style>
a { background-color: #812FDB; }
a { background-color: rgb(129,47,219); }
div.DivClassName
{
background-color: #812FDB;
}
.BgClassName
{
background-color: #812FDB;
}
</style>
border-color css
<style>
span { border-color: #812FDB; }
span { border-color: rgb(129,47,219); }
td.TdClassName
{
border-color: #812FDB;
}
.TagClassName
{
border-color: #812FDB;
}
</style>