Shades of Blue Violet #8045E7
Tints of Blue Violet #8045E7
RGB
CMYK
RGB Variations
Color information
#8045E7 (or 0x8045E7) is known color: Blue Violet. HEX triplet: 80, 45 and E7. RGB value is (128,69,231). Sum of RGB (Red+Green+Blue) = 128+69+231=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #8045E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8045E7 is #7FBA18. Grayscale: #686868. Windows color (decimal): -8370713 or 15156608. OLE color: 15156608.
HSL color Cylindrical-coordinate representation of color #8045E7: hue angle of 261.85º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8045E7 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 69 | 231 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.09 |
| HSL | 261.85º | 0.77% | 0.59% | - |
| HSV(B) | 261.85º | 0.7% | 0.91% | - |
| XYZ | 25.45 | 14.61 | 77.08 | - |
| YUV | 105.11 | 199.05 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 231 | 0.45 | 0.70 | 0 | 0.09 | 261.85 | 0.77 | 0.59 |
| Hex | 80 | 45 | E7 | 2D | 46 | 0 | 9 | 106 | 4D | 3B |
| Octal | 200 | 105 | 347 | 55 | 106 | 0 | 11 | 406 | 115 | 73 |
| Binary | 10000000 | 1000101 | 11100111 | 101101 | 1000110 | 0 | 1001 | 100000110 | 1001101 | 111011 |
Color Harmonies of #8045E7
Complementary color
Monochromatic Colors of #8045E7
Black with #8045E7
Text Example
Text Example
White with #8045E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045E7; }
p { color: rgb(128,69,231); }
H1.HeaderClassName
{
color: #8045E7;
}
.AnyTagClassName
{
color: #8045E7;
}
</style>
background-color css
<style>
a { background-color: #8045E7; }
a { background-color: rgb(128,69,231); }
div.DivClassName
{
background-color: #8045E7;
}
.BgClassName
{
background-color: #8045E7;
}
</style>
border-color css
<style>
span { border-color: #8045E7; }
span { border-color: rgb(128,69,231); }
td.TdClassName
{
border-color: #8045E7;
}
.TagClassName
{
border-color: #8045E7;
}
</style>