Shades of Blue Violet #801BDC
Tints of Blue Violet #801BDC
RGB
CMYK
RGB Variations
Color information
#801BDC (or 0x801BDC) is known color: Blue Violet. HEX triplet: 80, 1B and DC. RGB value is (128,27,220). Sum of RGB (Red+Green+Blue) = 128+27+220=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #801BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801BDC is #7FE423. Grayscale: #4E4E4E. Windows color (decimal): -8381476 or 14424960. OLE color: 14424960.
HSL color Cylindrical-coordinate representation of color #801BDC: hue angle of 271.4º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801BDC is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 27 | 220 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.14 |
| HSL | 271.4º | 0.78% | 0.48% | - |
| HSV(B) | 271.4º | 0.88% | 0.86% | - |
| XYZ | 22.21 | 10.54 | 68.57 | - |
| YUV | 79.2 | 207.46 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 27 | 220 | 0.42 | 0.88 | 0 | 0.14 | 271.4 | 0.78 | 0.48 |
| Hex | 80 | 1B | DC | 2A | 58 | 0 | E | 10F | 4E | 30 |
| Octal | 200 | 33 | 334 | 52 | 130 | 0 | 16 | 417 | 116 | 60 |
| Binary | 10000000 | 11011 | 11011100 | 101010 | 1011000 | 0 | 1110 | 100001111 | 1001110 | 110000 |
Color Harmonies of #801BDC
Complementary color
Monochromatic Colors of #801BDC
Black with #801BDC
Text Example
Text Example
White with #801BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801BDC; }
p { color: rgb(128,27,220); }
H1.HeaderClassName
{
color: #801BDC;
}
.AnyTagClassName
{
color: #801BDC;
}
</style>
background-color css
<style>
a { background-color: #801BDC; }
a { background-color: rgb(128,27,220); }
div.DivClassName
{
background-color: #801BDC;
}
.BgClassName
{
background-color: #801BDC;
}
</style>
border-color css
<style>
span { border-color: #801BDC; }
span { border-color: rgb(128,27,220); }
td.TdClassName
{
border-color: #801BDC;
}
.TagClassName
{
border-color: #801BDC;
}
</style>