Shades of Blue Violet #801CEA
Tints of Blue Violet #801CEA
RGB
CMYK
RGB Variations
Color information
#801CEA (or 0x801CEA) is known color: Blue Violet. HEX triplet: 80, 1C and EA. RGB value is (128,28,234). Sum of RGB (Red+Green+Blue) = 128+28+234=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #801CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #801CEA is #7FE315. Grayscale: #505050. Windows color (decimal): -8381206 or 15342720. OLE color: 15342720.
HSL color Cylindrical-coordinate representation of color #801CEA: hue angle of 269.13º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801CEA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 28 | 234 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.08 |
| HSL | 269.13º | 0.83% | 0.51% | - |
| HSV(B) | 269.13º | 0.88% | 0.92% | - |
| XYZ | 24.17 | 11.36 | 78.76 | - |
| YUV | 81.38 | 214.13 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 234 | 0.45 | 0.88 | 0 | 0.08 | 269.13 | 0.83 | 0.51 |
| Hex | 80 | 1C | EA | 2D | 58 | 0 | 8 | 10D | 53 | 33 |
| Octal | 200 | 34 | 352 | 55 | 130 | 0 | 10 | 415 | 123 | 63 |
| Binary | 10000000 | 11100 | 11101010 | 101101 | 1011000 | 0 | 1000 | 100001101 | 1010011 | 110011 |
Color Harmonies of #801CEA
Complementary color
Monochromatic Colors of #801CEA
Black with #801CEA
Text Example
Text Example
White with #801CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CEA; }
p { color: rgb(128,28,234); }
H1.HeaderClassName
{
color: #801CEA;
}
.AnyTagClassName
{
color: #801CEA;
}
</style>
background-color css
<style>
a { background-color: #801CEA; }
a { background-color: rgb(128,28,234); }
div.DivClassName
{
background-color: #801CEA;
}
.BgClassName
{
background-color: #801CEA;
}
</style>
border-color css
<style>
span { border-color: #801CEA; }
span { border-color: rgb(128,28,234); }
td.TdClassName
{
border-color: #801CEA;
}
.TagClassName
{
border-color: #801CEA;
}
</style>