Shades of Blue Violet #8017EF
Tints of Blue Violet #8017EF
RGB
CMYK
RGB Variations
Color information
#8017EF (or 0x8017EF) is known color: Blue Violet. HEX triplet: 80, 17 and EF. RGB value is (128,23,239). Sum of RGB (Red+Green+Blue) = 128+23+239=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #8017EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8017EF is #7FE810. Grayscale: #4E4E4E. Windows color (decimal): -8382481 or 15669120. OLE color: 15669120.
HSL color Cylindrical-coordinate representation of color #8017EF: hue angle of 269.17º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8017EF is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 23 | 239 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.06 |
| HSL | 269.17º | 0.87% | 0.51% | - |
| HSV(B) | 269.17º | 0.9% | 0.94% | - |
| XYZ | 24.79 | 11.43 | 82.56 | - |
| YUV | 79.02 | 218.29 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 239 | 0.46 | 0.90 | 0 | 0.06 | 269.17 | 0.87 | 0.51 |
| Hex | 80 | 17 | EF | 2E | 5A | 0 | 6 | 10D | 57 | 33 |
| Octal | 200 | 27 | 357 | 56 | 132 | 0 | 6 | 415 | 127 | 63 |
| Binary | 10000000 | 10111 | 11101111 | 101110 | 1011010 | 0 | 110 | 100001101 | 1010111 | 110011 |
Color Harmonies of #8017EF
Complementary color
Monochromatic Colors of #8017EF
Black with #8017EF
Text Example
Text Example
White with #8017EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017EF; }
p { color: rgb(128,23,239); }
H1.HeaderClassName
{
color: #8017EF;
}
.AnyTagClassName
{
color: #8017EF;
}
</style>
background-color css
<style>
a { background-color: #8017EF; }
a { background-color: rgb(128,23,239); }
div.DivClassName
{
background-color: #8017EF;
}
.BgClassName
{
background-color: #8017EF;
}
</style>
border-color css
<style>
span { border-color: #8017EF; }
span { border-color: rgb(128,23,239); }
td.TdClassName
{
border-color: #8017EF;
}
.TagClassName
{
border-color: #8017EF;
}
</style>