Shades of Blue Violet #801CDB
Tints of Blue Violet #801CDB
RGB
CMYK
RGB Variations
Color information
#801CDB (or 0x801CDB) is known color: Blue Violet. HEX triplet: 80, 1C and DB. RGB value is (128,28,219). Sum of RGB (Red+Green+Blue) = 128+28+219=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #801CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CDB is #7FE324. Grayscale: #4F4F4F. Windows color (decimal): -8381221 or 14359680. OLE color: 14359680.
HSL color Cylindrical-coordinate representation of color #801CDB: hue angle of 271.41º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801CDB is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 28 | 219 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.14 |
| HSL | 271.41º | 0.77% | 0.48% | - |
| HSV(B) | 271.41º | 0.87% | 0.86% | - |
| XYZ | 22.1 | 10.53 | 67.89 | - |
| YUV | 79.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 219 | 0.42 | 0.87 | 0 | 0.14 | 271.41 | 0.77 | 0.48 |
| Hex | 80 | 1C | DB | 2A | 57 | 0 | E | 10F | 4D | 30 |
| Octal | 200 | 34 | 333 | 52 | 127 | 0 | 16 | 417 | 115 | 60 |
| Binary | 10000000 | 11100 | 11011011 | 101010 | 1010111 | 0 | 1110 | 100001111 | 1001101 | 110000 |
Color Harmonies of #801CDB
Complementary color
Monochromatic Colors of #801CDB
Black with #801CDB
Text Example
Text Example
White with #801CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CDB; }
p { color: rgb(128,28,219); }
H1.HeaderClassName
{
color: #801CDB;
}
.AnyTagClassName
{
color: #801CDB;
}
</style>
background-color css
<style>
a { background-color: #801CDB; }
a { background-color: rgb(128,28,219); }
div.DivClassName
{
background-color: #801CDB;
}
.BgClassName
{
background-color: #801CDB;
}
</style>
border-color css
<style>
span { border-color: #801CDB; }
span { border-color: rgb(128,28,219); }
td.TdClassName
{
border-color: #801CDB;
}
.TagClassName
{
border-color: #801CDB;
}
</style>