Shades of Blue Violet #851FDB
Tints of Blue Violet #851FDB
RGB
CMYK
RGB Variations
Color information
#851FDB (or 0x851FDB) is known color: Blue Violet. HEX triplet: 85, 1F and DB. RGB value is (133,31,219). Sum of RGB (Red+Green+Blue) = 133+31+219=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #851FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FDB is #7AE024. Grayscale: #525252. Windows color (decimal): -8052773 or 14360453. OLE color: 14360453.
HSL color Cylindrical-coordinate representation of color #851FDB: hue angle of 272.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851FDB is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 31 | 219 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.14 |
| HSL | 272.55º | 0.75% | 0.49% | - |
| HSV(B) | 272.55º | 0.86% | 0.86% | - |
| XYZ | 22.95 | 11.08 | 67.95 | - |
| YUV | 82.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 219 | 0.39 | 0.86 | 0 | 0.14 | 272.55 | 0.75 | 0.49 |
| Hex | 85 | 1F | DB | 27 | 56 | 0 | E | 111 | 4B | 31 |
| Octal | 205 | 37 | 333 | 47 | 126 | 0 | 16 | 421 | 113 | 61 |
| Binary | 10000101 | 11111 | 11011011 | 100111 | 1010110 | 0 | 1110 | 100010001 | 1001011 | 110001 |
Color Harmonies of #851FDB
Complementary color
Monochromatic Colors of #851FDB
Black with #851FDB
Text Example
Text Example
White with #851FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FDB; }
p { color: rgb(133,31,219); }
H1.HeaderClassName
{
color: #851FDB;
}
.AnyTagClassName
{
color: #851FDB;
}
</style>
background-color css
<style>
a { background-color: #851FDB; }
a { background-color: rgb(133,31,219); }
div.DivClassName
{
background-color: #851FDB;
}
.BgClassName
{
background-color: #851FDB;
}
</style>
border-color css
<style>
span { border-color: #851FDB; }
span { border-color: rgb(133,31,219); }
td.TdClassName
{
border-color: #851FDB;
}
.TagClassName
{
border-color: #851FDB;
}
</style>