Shades of Blue Violet #8E17FB
Tints of Blue Violet #8E17FB
RGB
CMYK
RGB Variations
Color information
#8E17FB (or 0x8E17FB) is known color: Blue Violet. HEX triplet: 8E, 17 and FB. RGB value is (142,23,251). Sum of RGB (Red+Green+Blue) = 142+23+251=416 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.13% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E17FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E17FB is #71E804. Grayscale: #535353. Windows color (decimal): -7464965 or 16455566. OLE color: 16455566.
HSL color Cylindrical-coordinate representation of color #8E17FB: hue angle of 271.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E17FB is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 142 | 23 | 251 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.02 |
| HSL | 271.32º | 0.97% | 0.54% | - |
| HSV(B) | 271.32º | 0.91% | 0.98% | - |
| XYZ | 28.87 | 13.33 | 92.32 | - |
| YUV | 84.57 | 221.92 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 23 | 251 | 0.43 | 0.91 | 0 | 0.02 | 271.32 | 0.97 | 0.54 |
| Hex | 8E | 17 | FB | 2B | 5B | 0 | 2 | 10F | 61 | 36 |
| Octal | 216 | 27 | 373 | 53 | 133 | 0 | 2 | 417 | 141 | 66 |
| Binary | 10001110 | 10111 | 11111011 | 101011 | 1011011 | 0 | 10 | 100001111 | 1100001 | 110110 |
Color Harmonies of #8E17FB
Complementary color
Monochromatic Colors of #8E17FB
Black with #8E17FB
Text Example
Text Example
White with #8E17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E17FB; }
p { color: rgb(142,23,251); }
H1.HeaderClassName
{
color: #8E17FB;
}
.AnyTagClassName
{
color: #8E17FB;
}
</style>
background-color css
<style>
a { background-color: #8E17FB; }
a { background-color: rgb(142,23,251); }
div.DivClassName
{
background-color: #8E17FB;
}
.BgClassName
{
background-color: #8E17FB;
}
</style>
border-color css
<style>
span { border-color: #8E17FB; }
span { border-color: rgb(142,23,251); }
td.TdClassName
{
border-color: #8E17FB;
}
.TagClassName
{
border-color: #8E17FB;
}
</style>