Shades of Blue Violet #8017E9
Tints of Blue Violet #8017E9
RGB
CMYK
RGB Variations
Color information
#8017E9 (or 0x8017E9) is known color: Blue Violet. HEX triplet: 80, 17 and E9. RGB value is (128,23,233). Sum of RGB (Red+Green+Blue) = 128+23+233=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 233 (91.41% from 255 or 60.68% from 384); Max value from RGB is 233 - color contains mainly: blue. Hex color #8017E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8017E9 is #7FE816. Grayscale: #4D4D4D. Windows color (decimal): -8382487 or 15275904. OLE color: 15275904.
HSL color Cylindrical-coordinate representation of color #8017E9: hue angle of 270º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8017E9 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 23 | 233 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.09 |
| HSL | 270º | 0.83% | 0.5% | - |
| HSV(B) | 270º | 0.9% | 0.91% | - |
| XYZ | 23.92 | 11.09 | 77.97 | - |
| YUV | 78.34 | 215.29 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 233 | 0.45 | 0.90 | 0 | 0.09 | 270 | 0.83 | 0.5 |
| Hex | 80 | 17 | E9 | 2D | 5A | 0 | 9 | 10E | 53 | 32 |
| Octal | 200 | 27 | 351 | 55 | 132 | 0 | 11 | 416 | 123 | 62 |
| Binary | 10000000 | 10111 | 11101001 | 101101 | 1011010 | 0 | 1001 | 100001110 | 1010011 | 110010 |
Color Harmonies of #8017E9
Complementary color
Monochromatic Colors of #8017E9
Black with #8017E9
Text Example
Text Example
White with #8017E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017E9; }
p { color: rgb(128,23,233); }
H1.HeaderClassName
{
color: #8017E9;
}
.AnyTagClassName
{
color: #8017E9;
}
</style>
background-color css
<style>
a { background-color: #8017E9; }
a { background-color: rgb(128,23,233); }
div.DivClassName
{
background-color: #8017E9;
}
.BgClassName
{
background-color: #8017E9;
}
</style>
border-color css
<style>
span { border-color: #8017E9; }
span { border-color: rgb(128,23,233); }
td.TdClassName
{
border-color: #8017E9;
}
.TagClassName
{
border-color: #8017E9;
}
</style>