Shades of Blue Violet #8017EA
Tints of Blue Violet #8017EA
RGB
CMYK
RGB Variations
Color information
#8017EA (or 0x8017EA) is known color: Blue Violet. HEX triplet: 80, 17 and EA. RGB value is (128,23,234). Sum of RGB (Red+Green+Blue) = 128+23+234=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #8017EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8017EA is #7FE815. Grayscale: #4D4D4D. Windows color (decimal): -8382486 or 15341440. OLE color: 15341440.
HSL color Cylindrical-coordinate representation of color #8017EA: hue angle of 269.86º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8017EA is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 23 | 234 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.08 |
| HSL | 269.86º | 0.83% | 0.5% | - |
| HSV(B) | 269.86º | 0.9% | 0.92% | - |
| XYZ | 24.06 | 11.14 | 78.72 | - |
| YUV | 78.45 | 215.79 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 234 | 0.45 | 0.90 | 0 | 0.08 | 269.86 | 0.83 | 0.5 |
| Hex | 80 | 17 | EA | 2D | 5A | 0 | 8 | 10E | 53 | 32 |
| Octal | 200 | 27 | 352 | 55 | 132 | 0 | 10 | 416 | 123 | 62 |
| Binary | 10000000 | 10111 | 11101010 | 101101 | 1011010 | 0 | 1000 | 100001110 | 1010011 | 110010 |
Color Harmonies of #8017EA
Complementary color
Monochromatic Colors of #8017EA
Black with #8017EA
Text Example
Text Example
White with #8017EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017EA; }
p { color: rgb(128,23,234); }
H1.HeaderClassName
{
color: #8017EA;
}
.AnyTagClassName
{
color: #8017EA;
}
</style>
background-color css
<style>
a { background-color: #8017EA; }
a { background-color: rgb(128,23,234); }
div.DivClassName
{
background-color: #8017EA;
}
.BgClassName
{
background-color: #8017EA;
}
</style>
border-color css
<style>
span { border-color: #8017EA; }
span { border-color: rgb(128,23,234); }
td.TdClassName
{
border-color: #8017EA;
}
.TagClassName
{
border-color: #8017EA;
}
</style>