Shades of Blue Violet #8045EE
Tints of Blue Violet #8045EE
RGB
CMYK
RGB Variations
Color information
#8045EE (or 0x8045EE) is known color: Blue Violet. HEX triplet: 80, 45 and EE. RGB value is (128,69,238). Sum of RGB (Red+Green+Blue) = 128+69+238=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #8045EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8045EE is #7FBA11. Grayscale: #696969. Windows color (decimal): -8370706 or 15615360. OLE color: 15615360.
HSL color Cylindrical-coordinate representation of color #8045EE: hue angle of 260.95º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8045EE is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 69 | 238 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.07 |
| HSL | 260.95º | 0.83% | 0.6% | - |
| HSV(B) | 260.95º | 0.71% | 0.93% | - |
| XYZ | 26.46 | 15.02 | 82.39 | - |
| YUV | 105.91 | 202.55 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 69 | 238 | 0.46 | 0.71 | 0 | 0.07 | 260.95 | 0.83 | 0.6 |
| Hex | 80 | 45 | EE | 2E | 47 | 0 | 7 | 105 | 53 | 3C |
| Octal | 200 | 105 | 356 | 56 | 107 | 0 | 7 | 405 | 123 | 74 |
| Binary | 10000000 | 1000101 | 11101110 | 101110 | 1000111 | 0 | 111 | 100000101 | 1010011 | 111100 |
Color Harmonies of #8045EE
Complementary color
Monochromatic Colors of #8045EE
Black with #8045EE
Text Example
Text Example
White with #8045EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8045EE; }
p { color: rgb(128,69,238); }
H1.HeaderClassName
{
color: #8045EE;
}
.AnyTagClassName
{
color: #8045EE;
}
</style>
background-color css
<style>
a { background-color: #8045EE; }
a { background-color: rgb(128,69,238); }
div.DivClassName
{
background-color: #8045EE;
}
.BgClassName
{
background-color: #8045EE;
}
</style>
border-color css
<style>
span { border-color: #8045EE; }
span { border-color: rgb(128,69,238); }
td.TdClassName
{
border-color: #8045EE;
}
.TagClassName
{
border-color: #8045EE;
}
</style>