Shades of Blue Violet #8016ED
Tints of Blue Violet #8016ED
RGB
CMYK
RGB Variations
Color information
#8016ED (or 0x8016ED) is known color: Blue Violet. HEX triplet: 80, 16 and ED. RGB value is (128,22,237). Sum of RGB (Red+Green+Blue) = 128+22+237=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #8016ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8016ED is #7FE912. Grayscale: #4D4D4D. Windows color (decimal): -8382739 or 15537792. OLE color: 15537792.
HSL color Cylindrical-coordinate representation of color #8016ED: hue angle of 269.58º 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 #8016ED is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 22 | 237 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.07 |
| HSL | 269.58º | 0.86% | 0.51% | - |
| HSV(B) | 269.58º | 0.91% | 0.93% | - |
| XYZ | 24.48 | 11.28 | 81.01 | - |
| YUV | 78.2 | 217.62 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 237 | 0.46 | 0.91 | 0 | 0.07 | 269.58 | 0.86 | 0.51 |
| Hex | 80 | 16 | ED | 2E | 5B | 0 | 7 | 10E | 56 | 33 |
| Octal | 200 | 26 | 355 | 56 | 133 | 0 | 7 | 416 | 126 | 63 |
| Binary | 10000000 | 10110 | 11101101 | 101110 | 1011011 | 0 | 111 | 100001110 | 1010110 | 110011 |
Color Harmonies of #8016ED
Complementary color
Monochromatic Colors of #8016ED
Black with #8016ED
Text Example
Text Example
White with #8016ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8016ED; }
p { color: rgb(128,22,237); }
H1.HeaderClassName
{
color: #8016ED;
}
.AnyTagClassName
{
color: #8016ED;
}
</style>
background-color css
<style>
a { background-color: #8016ED; }
a { background-color: rgb(128,22,237); }
div.DivClassName
{
background-color: #8016ED;
}
.BgClassName
{
background-color: #8016ED;
}
</style>
border-color css
<style>
span { border-color: #8016ED; }
span { border-color: rgb(128,22,237); }
td.TdClassName
{
border-color: #8016ED;
}
.TagClassName
{
border-color: #8016ED;
}
</style>