Shades of Blue Violet #802CE1
Tints of Blue Violet #802CE1
RGB
CMYK
RGB Variations
Color information
#802CE1 (or 0x802CE1) is known color: Blue Violet. HEX triplet: 80, 2C and E1. RGB value is (128,44,225). Sum of RGB (Red+Green+Blue) = 128+44+225=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #802CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CE1 is #7FD31E. Grayscale: #595959. Windows color (decimal): -8377119 or 14756992. OLE color: 14756992.
HSL color Cylindrical-coordinate representation of color #802CE1: hue angle of 267.85º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802CE1 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 44 | 225 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.12 |
| HSL | 267.85º | 0.75% | 0.53% | - |
| HSV(B) | 267.85º | 0.8% | 0.88% | - |
| XYZ | 23.39 | 11.83 | 72.28 | - |
| YUV | 89.75 | 204.33 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 225 | 0.43 | 0.80 | 0 | 0.12 | 267.85 | 0.75 | 0.53 |
| Hex | 80 | 2C | E1 | 2B | 50 | 0 | C | 10C | 4B | 35 |
| Octal | 200 | 54 | 341 | 53 | 120 | 0 | 14 | 414 | 113 | 65 |
| Binary | 10000000 | 101100 | 11100001 | 101011 | 1010000 | 0 | 1100 | 100001100 | 1001011 | 110101 |
Color Harmonies of #802CE1
Complementary color
Monochromatic Colors of #802CE1
Black with #802CE1
Text Example
Text Example
White with #802CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CE1; }
p { color: rgb(128,44,225); }
H1.HeaderClassName
{
color: #802CE1;
}
.AnyTagClassName
{
color: #802CE1;
}
</style>
background-color css
<style>
a { background-color: #802CE1; }
a { background-color: rgb(128,44,225); }
div.DivClassName
{
background-color: #802CE1;
}
.BgClassName
{
background-color: #802CE1;
}
</style>
border-color css
<style>
span { border-color: #802CE1; }
span { border-color: rgb(128,44,225); }
td.TdClassName
{
border-color: #802CE1;
}
.TagClassName
{
border-color: #802CE1;
}
</style>