Shades of Blue Violet #801CE6
Tints of Blue Violet #801CE6
RGB
CMYK
RGB Variations
Color information
#801CE6 (or 0x801CE6) is known color: Blue Violet. HEX triplet: 80, 1C and E6. RGB value is (128,28,230). Sum of RGB (Red+Green+Blue) = 128+28+230=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #801CE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801CE6 is #7FE319. Grayscale: #505050. Windows color (decimal): -8381210 or 15080576. OLE color: 15080576.
HSL color Cylindrical-coordinate representation of color #801CE6: hue angle of 269.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801CE6 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 128 | 28 | 230 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.10 |
| HSL | 269.7º | 0.8% | 0.51% | - |
| HSV(B) | 269.7º | 0.88% | 0.9% | - |
| XYZ | 23.6 | 11.13 | 75.77 | - |
| YUV | 80.93 | 212.13 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 230 | 0.44 | 0.88 | 0 | 0.10 | 269.7 | 0.8 | 0.51 |
| Hex | 80 | 1C | E6 | 2C | 58 | 0 | A | 10E | 50 | 33 |
| Octal | 200 | 34 | 346 | 54 | 130 | 0 | 12 | 416 | 120 | 63 |
| Binary | 10000000 | 11100 | 11100110 | 101100 | 1011000 | 0 | 1010 | 100001110 | 1010000 | 110011 |
Color Harmonies of #801CE6
Complementary color
Monochromatic Colors of #801CE6
Black with #801CE6
Text Example
Text Example
White with #801CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CE6; }
p { color: rgb(128,28,230); }
H1.HeaderClassName
{
color: #801CE6;
}
.AnyTagClassName
{
color: #801CE6;
}
</style>
background-color css
<style>
a { background-color: #801CE6; }
a { background-color: rgb(128,28,230); }
div.DivClassName
{
background-color: #801CE6;
}
.BgClassName
{
background-color: #801CE6;
}
</style>
border-color css
<style>
span { border-color: #801CE6; }
span { border-color: rgb(128,28,230); }
td.TdClassName
{
border-color: #801CE6;
}
.TagClassName
{
border-color: #801CE6;
}
</style>