Shades of Blue Violet #801FDC
Tints of Blue Violet #801FDC
RGB
CMYK
RGB Variations
Color information
#801FDC (or 0x801FDC) is known color: Blue Violet. HEX triplet: 80, 1F and DC. RGB value is (128,31,220). Sum of RGB (Red+Green+Blue) = 128+31+220=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 31 (12.5% from 255 or 8.18% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #801FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FDC is #7FE023. Grayscale: #505050. Windows color (decimal): -8380452 or 14425984. OLE color: 14425984.
HSL color Cylindrical-coordinate representation of color #801FDC: hue angle of 270.79º 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 #801FDC is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 31 | 220 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.14 |
| HSL | 270.79º | 0.75% | 0.49% | - |
| HSV(B) | 270.79º | 0.86% | 0.86% | - |
| XYZ | 22.31 | 10.74 | 68.61 | - |
| YUV | 81.55 | 206.14 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 220 | 0.42 | 0.86 | 0 | 0.14 | 270.79 | 0.75 | 0.49 |
| Hex | 80 | 1F | DC | 2A | 56 | 0 | E | 10F | 4B | 31 |
| Octal | 200 | 37 | 334 | 52 | 126 | 0 | 16 | 417 | 113 | 61 |
| Binary | 10000000 | 11111 | 11011100 | 101010 | 1010110 | 0 | 1110 | 100001111 | 1001011 | 110001 |
Color Harmonies of #801FDC
Complementary color
Monochromatic Colors of #801FDC
Black with #801FDC
Text Example
Text Example
White with #801FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801FDC; }
p { color: rgb(128,31,220); }
H1.HeaderClassName
{
color: #801FDC;
}
.AnyTagClassName
{
color: #801FDC;
}
</style>
background-color css
<style>
a { background-color: #801FDC; }
a { background-color: rgb(128,31,220); }
div.DivClassName
{
background-color: #801FDC;
}
.BgClassName
{
background-color: #801FDC;
}
</style>
border-color css
<style>
span { border-color: #801FDC; }
span { border-color: rgb(128,31,220); }
td.TdClassName
{
border-color: #801FDC;
}
.TagClassName
{
border-color: #801FDC;
}
</style>