Shades of Blue Violet #8017ED
Tints of Blue Violet #8017ED
RGB
CMYK
RGB Variations
Color information
#8017ED (or 0x8017ED) is known color: Blue Violet. HEX triplet: 80, 17 and ED. RGB value is (128,23,237). Sum of RGB (Red+Green+Blue) = 128+23+237=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #8017ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8017ED is #7FE812. Grayscale: #4E4E4E. Windows color (decimal): -8382483 or 15538048. OLE color: 15538048.
HSL color Cylindrical-coordinate representation of color #8017ED: hue angle of 269.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8017ED is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 23 | 237 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.07 |
| HSL | 269.44º | 0.86% | 0.51% | - |
| HSV(B) | 269.44º | 0.9% | 0.93% | - |
| XYZ | 24.49 | 11.32 | 81.01 | - |
| YUV | 78.79 | 217.29 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 237 | 0.46 | 0.90 | 0 | 0.07 | 269.44 | 0.86 | 0.51 |
| Hex | 80 | 17 | ED | 2E | 5A | 0 | 7 | 10D | 56 | 33 |
| Octal | 200 | 27 | 355 | 56 | 132 | 0 | 7 | 415 | 126 | 63 |
| Binary | 10000000 | 10111 | 11101101 | 101110 | 1011010 | 0 | 111 | 100001101 | 1010110 | 110011 |
Color Harmonies of #8017ED
Complementary color
Monochromatic Colors of #8017ED
Black with #8017ED
Text Example
Text Example
White with #8017ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017ED; }
p { color: rgb(128,23,237); }
H1.HeaderClassName
{
color: #8017ED;
}
.AnyTagClassName
{
color: #8017ED;
}
</style>
background-color css
<style>
a { background-color: #8017ED; }
a { background-color: rgb(128,23,237); }
div.DivClassName
{
background-color: #8017ED;
}
.BgClassName
{
background-color: #8017ED;
}
</style>
border-color css
<style>
span { border-color: #8017ED; }
span { border-color: rgb(128,23,237); }
td.TdClassName
{
border-color: #8017ED;
}
.TagClassName
{
border-color: #8017ED;
}
</style>