Shades of Blue Violet #8015EE
Tints of Blue Violet #8015EE
RGB
CMYK
RGB Variations
Color information
#8015EE (or 0x8015EE) is known color: Blue Violet. HEX triplet: 80, 15 and EE. RGB value is (128,21,238). Sum of RGB (Red+Green+Blue) = 128+21+238=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #8015EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8015EE is #7FEA11. Grayscale: #4C4C4C. Windows color (decimal): -8382994 or 15603072. OLE color: 15603072.
HSL color Cylindrical-coordinate representation of color #8015EE: hue angle of 269.59º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8015EE is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 21 | 238 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.07 |
| HSL | 269.59º | 0.86% | 0.51% | - |
| HSV(B) | 269.59º | 0.91% | 0.93% | - |
| XYZ | 24.6 | 11.3 | 81.77 | - |
| YUV | 77.73 | 218.45 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 238 | 0.46 | 0.91 | 0 | 0.07 | 269.59 | 0.86 | 0.51 |
| Hex | 80 | 15 | EE | 2E | 5B | 0 | 7 | 10E | 56 | 33 |
| Octal | 200 | 25 | 356 | 56 | 133 | 0 | 7 | 416 | 126 | 63 |
| Binary | 10000000 | 10101 | 11101110 | 101110 | 1011011 | 0 | 111 | 100001110 | 1010110 | 110011 |
Color Harmonies of #8015EE
Complementary color
Monochromatic Colors of #8015EE
Black with #8015EE
Text Example
Text Example
White with #8015EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8015EE; }
p { color: rgb(128,21,238); }
H1.HeaderClassName
{
color: #8015EE;
}
.AnyTagClassName
{
color: #8015EE;
}
</style>
background-color css
<style>
a { background-color: #8015EE; }
a { background-color: rgb(128,21,238); }
div.DivClassName
{
background-color: #8015EE;
}
.BgClassName
{
background-color: #8015EE;
}
</style>
border-color css
<style>
span { border-color: #8015EE; }
span { border-color: rgb(128,21,238); }
td.TdClassName
{
border-color: #8015EE;
}
.TagClassName
{
border-color: #8015EE;
}
</style>