Shades of Blue Violet #8E17F7
Tints of Blue Violet #8E17F7
RGB
CMYK
RGB Variations
Color information
#8E17F7 (or 0x8E17F7) is known color: Blue Violet. HEX triplet: 8E, 17 and F7. RGB value is (142,23,247). Sum of RGB (Red+Green+Blue) = 142+23+247=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 247 (96.88% from 255 or 59.95% from 412); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E17F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E17F7 is #71E808. Grayscale: #535353. Windows color (decimal): -7464969 or 16193422. OLE color: 16193422.
HSL color Cylindrical-coordinate representation of color #8E17F7: hue angle of 271.88º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E17F7 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 23 | 247 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.03 |
| HSL | 271.88º | 0.93% | 0.53% | - |
| HSV(B) | 271.88º | 0.91% | 0.97% | - |
| XYZ | 28.25 | 13.08 | 89.03 | - |
| YUV | 84.12 | 219.92 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 247 | 0.43 | 0.91 | 0 | 0.03 | 271.88 | 0.93 | 0.53 |
| Hex | 8E | 17 | F7 | 2B | 5B | 0 | 3 | 110 | 5D | 35 |
| Octal | 216 | 27 | 367 | 53 | 133 | 0 | 3 | 420 | 135 | 65 |
| Binary | 10001110 | 10111 | 11110111 | 101011 | 1011011 | 0 | 11 | 100010000 | 1011101 | 110101 |
Color Harmonies of #8E17F7
Complementary color
Monochromatic Colors of #8E17F7
Black with #8E17F7
Text Example
Text Example
White with #8E17F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E17F7; }
p { color: rgb(142,23,247); }
H1.HeaderClassName
{
color: #8E17F7;
}
.AnyTagClassName
{
color: #8E17F7;
}
</style>
background-color css
<style>
a { background-color: #8E17F7; }
a { background-color: rgb(142,23,247); }
div.DivClassName
{
background-color: #8E17F7;
}
.BgClassName
{
background-color: #8E17F7;
}
</style>
border-color css
<style>
span { border-color: #8E17F7; }
span { border-color: rgb(142,23,247); }
td.TdClassName
{
border-color: #8E17F7;
}
.TagClassName
{
border-color: #8E17F7;
}
</style>