Shades of Blue Violet #8049E0
Tints of Blue Violet #8049E0
RGB
CMYK
RGB Variations
Color information
#8049E0 (or 0x8049E0) is known color: Blue Violet. HEX triplet: 80, 49 and E0. RGB value is (128,73,224). Sum of RGB (Red+Green+Blue) = 128+73+224=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #8049E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049E0 is #7FB61F. Grayscale: #6A6A6A. Windows color (decimal): -8369696 or 14698880. OLE color: 14698880.
HSL color Cylindrical-coordinate representation of color #8049E0: hue angle of 261.85º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8049E0 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 73 | 224 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.12 |
| HSL | 261.85º | 0.71% | 0.58% | - |
| HSV(B) | 261.85º | 0.67% | 0.88% | - |
| XYZ | 24.74 | 14.74 | 72.06 | - |
| YUV | 106.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 224 | 0.43 | 0.67 | 0 | 0.12 | 261.85 | 0.71 | 0.58 |
| Hex | 80 | 49 | E0 | 2B | 43 | 0 | C | 106 | 47 | 3A |
| Octal | 200 | 111 | 340 | 53 | 103 | 0 | 14 | 406 | 107 | 72 |
| Binary | 10000000 | 1001001 | 11100000 | 101011 | 1000011 | 0 | 1100 | 100000110 | 1000111 | 111010 |
Color Harmonies of #8049E0
Complementary color
Monochromatic Colors of #8049E0
Black with #8049E0
Text Example
Text Example
White with #8049E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049E0; }
p { color: rgb(128,73,224); }
H1.HeaderClassName
{
color: #8049E0;
}
.AnyTagClassName
{
color: #8049E0;
}
</style>
background-color css
<style>
a { background-color: #8049E0; }
a { background-color: rgb(128,73,224); }
div.DivClassName
{
background-color: #8049E0;
}
.BgClassName
{
background-color: #8049E0;
}
</style>
border-color css
<style>
span { border-color: #8049E0; }
span { border-color: rgb(128,73,224); }
td.TdClassName
{
border-color: #8049E0;
}
.TagClassName
{
border-color: #8049E0;
}
</style>