Shades of Blue Violet #8010EE
Tints of Blue Violet #8010EE
RGB
CMYK
RGB Variations
Color information
#8010EE (or 0x8010EE) is known color: Blue Violet. HEX triplet: 80, 10 and EE. RGB value is (128,16,238). Sum of RGB (Red+Green+Blue) = 128+16+238=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #8010EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8010EE is #7FEF11. Grayscale: #4A4A4A. Windows color (decimal): -8384274 or 15601792. OLE color: 15601792.
HSL color Cylindrical-coordinate representation of color #8010EE: hue angle of 270.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8010EE is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 16 | 238 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.07 |
| HSL | 270.27º | 0.87% | 0.5% | - |
| HSV(B) | 270.27º | 0.93% | 0.93% | - |
| XYZ | 24.52 | 11.13 | 81.75 | - |
| YUV | 74.8 | 220.11 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 238 | 0.46 | 0.93 | 0 | 0.07 | 270.27 | 0.87 | 0.5 |
| Hex | 80 | 10 | EE | 2E | 5D | 0 | 7 | 10E | 57 | 32 |
| Octal | 200 | 20 | 356 | 56 | 135 | 0 | 7 | 416 | 127 | 62 |
| Binary | 10000000 | 10000 | 11101110 | 101110 | 1011101 | 0 | 111 | 100001110 | 1010111 | 110010 |
Color Harmonies of #8010EE
Complementary color
Monochromatic Colors of #8010EE
Black with #8010EE
Text Example
Text Example
White with #8010EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8010EE; }
p { color: rgb(128,16,238); }
H1.HeaderClassName
{
color: #8010EE;
}
.AnyTagClassName
{
color: #8010EE;
}
</style>
background-color css
<style>
a { background-color: #8010EE; }
a { background-color: rgb(128,16,238); }
div.DivClassName
{
background-color: #8010EE;
}
.BgClassName
{
background-color: #8010EE;
}
</style>
border-color css
<style>
span { border-color: #8010EE; }
span { border-color: rgb(128,16,238); }
td.TdClassName
{
border-color: #8010EE;
}
.TagClassName
{
border-color: #8010EE;
}
</style>