Shades of Blue Violet #802CE3
Tints of Blue Violet #802CE3
RGB
CMYK
RGB Variations
Color information
#802CE3 (or 0x802CE3) is known color: Blue Violet. HEX triplet: 80, 2C and E3. RGB value is (128,44,227). Sum of RGB (Red+Green+Blue) = 128+44+227=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 227 (89.06% from 255 or 56.89% from 399); Max value from RGB is 227 - color contains mainly: blue. Hex color #802CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CE3 is #7FD31C. Grayscale: #595959. Windows color (decimal): -8377117 or 14888064. OLE color: 14888064.
HSL color Cylindrical-coordinate representation of color #802CE3: hue angle of 267.54º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #802CE3 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 44 | 227 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.11 |
| HSL | 267.54º | 0.77% | 0.53% | - |
| HSV(B) | 267.54º | 0.81% | 0.89% | - |
| XYZ | 23.67 | 11.94 | 73.73 | - |
| YUV | 89.98 | 205.33 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 227 | 0.44 | 0.81 | 0 | 0.11 | 267.54 | 0.77 | 0.53 |
| Hex | 80 | 2C | E3 | 2C | 51 | 0 | B | 10C | 4D | 35 |
| Octal | 200 | 54 | 343 | 54 | 121 | 0 | 13 | 414 | 115 | 65 |
| Binary | 10000000 | 101100 | 11100011 | 101100 | 1010001 | 0 | 1011 | 100001100 | 1001101 | 110101 |
Color Harmonies of #802CE3
Complementary color
Monochromatic Colors of #802CE3
Black with #802CE3
Text Example
Text Example
White with #802CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CE3; }
p { color: rgb(128,44,227); }
H1.HeaderClassName
{
color: #802CE3;
}
.AnyTagClassName
{
color: #802CE3;
}
</style>
background-color css
<style>
a { background-color: #802CE3; }
a { background-color: rgb(128,44,227); }
div.DivClassName
{
background-color: #802CE3;
}
.BgClassName
{
background-color: #802CE3;
}
</style>
border-color css
<style>
span { border-color: #802CE3; }
span { border-color: rgb(128,44,227); }
td.TdClassName
{
border-color: #802CE3;
}
.TagClassName
{
border-color: #802CE3;
}
</style>