Shades of Blue Violet #8046E1
Tints of Blue Violet #8046E1
RGB
CMYK
RGB Variations
Color information
#8046E1 (or 0x8046E1) is known color: Blue Violet. HEX triplet: 80, 46 and E1. RGB value is (128,70,225). Sum of RGB (Red+Green+Blue) = 128+70+225=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #8046E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8046E1 is #7FB91E. Grayscale: #686868. Windows color (decimal): -8370463 or 14763648. OLE color: 14763648.
HSL color Cylindrical-coordinate representation of color #8046E1: hue angle of 262.45º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8046E1 is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 70 | 225 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.12 |
| HSL | 262.45º | 0.72% | 0.58% | - |
| HSV(B) | 262.45º | 0.69% | 0.88% | - |
| XYZ | 24.68 | 14.41 | 72.71 | - |
| YUV | 105.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 225 | 0.43 | 0.69 | 0 | 0.12 | 262.45 | 0.72 | 0.58 |
| Hex | 80 | 46 | E1 | 2B | 45 | 0 | C | 106 | 48 | 3A |
| Octal | 200 | 106 | 341 | 53 | 105 | 0 | 14 | 406 | 110 | 72 |
| Binary | 10000000 | 1000110 | 11100001 | 101011 | 1000101 | 0 | 1100 | 100000110 | 1001000 | 111010 |
Color Harmonies of #8046E1
Complementary color
Monochromatic Colors of #8046E1
Black with #8046E1
Text Example
Text Example
White with #8046E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8046E1; }
p { color: rgb(128,70,225); }
H1.HeaderClassName
{
color: #8046E1;
}
.AnyTagClassName
{
color: #8046E1;
}
</style>
background-color css
<style>
a { background-color: #8046E1; }
a { background-color: rgb(128,70,225); }
div.DivClassName
{
background-color: #8046E1;
}
.BgClassName
{
background-color: #8046E1;
}
</style>
border-color css
<style>
span { border-color: #8046E1; }
span { border-color: rgb(128,70,225); }
td.TdClassName
{
border-color: #8046E1;
}
.TagClassName
{
border-color: #8046E1;
}
</style>