Shades of Blue Violet #802CE4
Tints of Blue Violet #802CE4
RGB
CMYK
RGB Variations
Color information
#802CE4 (or 0x802CE4) is known color: Blue Violet. HEX triplet: 80, 2C and E4. RGB value is (128,44,228). Sum of RGB (Red+Green+Blue) = 128+44+228=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #802CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CE4 is #7FD31B. Grayscale: #595959. Windows color (decimal): -8377116 or 14953600. OLE color: 14953600.
HSL color Cylindrical-coordinate representation of color #802CE4: hue angle of 267.39º 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 #802CE4 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 44 | 228 | - |
| CMYK | 0.44 | 0.81 | 0 | 0.11 |
| HSL | 267.39º | 0.77% | 0.53% | - |
| HSV(B) | 267.39º | 0.81% | 0.89% | - |
| XYZ | 23.81 | 11.99 | 74.46 | - |
| YUV | 90.09 | 205.83 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 228 | 0.44 | 0.81 | 0 | 0.11 | 267.39 | 0.77 | 0.53 |
| Hex | 80 | 2C | E4 | 2C | 51 | 0 | B | 10B | 4D | 35 |
| Octal | 200 | 54 | 344 | 54 | 121 | 0 | 13 | 413 | 115 | 65 |
| Binary | 10000000 | 101100 | 11100100 | 101100 | 1010001 | 0 | 1011 | 100001011 | 1001101 | 110101 |
Color Harmonies of #802CE4
Complementary color
Monochromatic Colors of #802CE4
Black with #802CE4
Text Example
Text Example
White with #802CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CE4; }
p { color: rgb(128,44,228); }
H1.HeaderClassName
{
color: #802CE4;
}
.AnyTagClassName
{
color: #802CE4;
}
</style>
background-color css
<style>
a { background-color: #802CE4; }
a { background-color: rgb(128,44,228); }
div.DivClassName
{
background-color: #802CE4;
}
.BgClassName
{
background-color: #802CE4;
}
</style>
border-color css
<style>
span { border-color: #802CE4; }
span { border-color: rgb(128,44,228); }
td.TdClassName
{
border-color: #802CE4;
}
.TagClassName
{
border-color: #802CE4;
}
</style>