Shades of Blue Violet #8045E3
Tints of Blue Violet #8045E3
RGB
CMYK
RGB Variations
Color information
#8045E3 (or 0x8045E3) is known color: Blue Violet. HEX triplet: 80, 45 and E3. RGB value is (128,69,227). Sum of RGB (Red+Green+Blue) = 128+69+227=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 227 (89.06% from 255 or 53.54% from 424); Max value from RGB is 227 - color contains mainly: blue. Hex color #8045E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8045E3 is #7FBA1C. Grayscale: #686868. Windows color (decimal): -8370717 or 14894464. OLE color: 14894464.
HSL color Cylindrical-coordinate representation of color #8045E3: hue angle of 262.41º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8045E3 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 69 | 227 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.11 |
| HSL | 262.41º | 0.74% | 0.58% | - |
| HSV(B) | 262.41º | 0.7% | 0.89% | - |
| XYZ | 24.9 | 14.39 | 74.14 | - |
| YUV | 104.65 | 197.05 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 227 | 0.44 | 0.70 | 0 | 0.11 | 262.41 | 0.74 | 0.58 |
| Hex | 80 | 45 | E3 | 2C | 46 | 0 | B | 106 | 4A | 3A |
| Octal | 200 | 105 | 343 | 54 | 106 | 0 | 13 | 406 | 112 | 72 |
| Binary | 10000000 | 1000101 | 11100011 | 101100 | 1000110 | 0 | 1011 | 100000110 | 1001010 | 111010 |
Color Harmonies of #8045E3
Complementary color
Monochromatic Colors of #8045E3
Black with #8045E3
Text Example
Text Example
White with #8045E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045E3; }
p { color: rgb(128,69,227); }
H1.HeaderClassName
{
color: #8045E3;
}
.AnyTagClassName
{
color: #8045E3;
}
</style>
background-color css
<style>
a { background-color: #8045E3; }
a { background-color: rgb(128,69,227); }
div.DivClassName
{
background-color: #8045E3;
}
.BgClassName
{
background-color: #8045E3;
}
</style>
border-color css
<style>
span { border-color: #8045E3; }
span { border-color: rgb(128,69,227); }
td.TdClassName
{
border-color: #8045E3;
}
.TagClassName
{
border-color: #8045E3;
}
</style>