Shades of Blue Violet #8031EE
Tints of Blue Violet #8031EE
RGB
CMYK
RGB Variations
Color information
#8031EE (or 0x8031EE) is known color: Blue Violet. HEX triplet: 80, 31 and EE. RGB value is (128,49,238). Sum of RGB (Red+Green+Blue) = 128+49+238=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 238 (93.36% from 255 or 57.35% from 415); Max value from RGB is 238 - color contains mainly: blue. Hex color #8031EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8031EE is #7FCE11. Grayscale: #5D5D5D. Windows color (decimal): -8375826 or 15610240. OLE color: 15610240.
HSL color Cylindrical-coordinate representation of color #8031EE: hue angle of 265.08º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8031EE is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 49 | 238 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.07 |
| HSL | 265.08º | 0.85% | 0.56% | - |
| HSV(B) | 265.08º | 0.79% | 0.93% | - |
| XYZ | 25.43 | 12.96 | 82.05 | - |
| YUV | 94.17 | 209.17 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 238 | 0.46 | 0.79 | 0 | 0.07 | 265.08 | 0.85 | 0.56 |
| Hex | 80 | 31 | EE | 2E | 4F | 0 | 7 | 109 | 55 | 38 |
| Octal | 200 | 61 | 356 | 56 | 117 | 0 | 7 | 411 | 125 | 70 |
| Binary | 10000000 | 110001 | 11101110 | 101110 | 1001111 | 0 | 111 | 100001001 | 1010101 | 111000 |
Color Harmonies of #8031EE
Complementary color
Monochromatic Colors of #8031EE
Black with #8031EE
Text Example
Text Example
White with #8031EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8031EE; }
p { color: rgb(128,49,238); }
H1.HeaderClassName
{
color: #8031EE;
}
.AnyTagClassName
{
color: #8031EE;
}
</style>
background-color css
<style>
a { background-color: #8031EE; }
a { background-color: rgb(128,49,238); }
div.DivClassName
{
background-color: #8031EE;
}
.BgClassName
{
background-color: #8031EE;
}
</style>
border-color css
<style>
span { border-color: #8031EE; }
span { border-color: rgb(128,49,238); }
td.TdClassName
{
border-color: #8031EE;
}
.TagClassName
{
border-color: #8031EE;
}
</style>