Shades of Blue Violet #8D47EC
Tints of Blue Violet #8D47EC
RGB
CMYK
RGB Variations
Color information
#8D47EC (or 0x8D47EC) is known color: Blue Violet. HEX triplet: 8D, 47 and EC. RGB value is (141,71,236). Sum of RGB (Red+Green+Blue) = 141+71+236=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D47EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D47EC is #72B813. Grayscale: #6E6E6E. Windows color (decimal): -7518228 or 15484813. OLE color: 15484813.
HSL color Cylindrical-coordinate representation of color #8D47EC: hue angle of 265.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D47EC is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 71 | 236 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.07 |
| HSL | 265.45º | 0.81% | 0.6% | - |
| HSV(B) | 265.45º | 0.7% | 0.93% | - |
| XYZ | 28.38 | 16.23 | 80.99 | - |
| YUV | 110.74 | 198.69 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 236 | 0.40 | 0.70 | 0 | 0.07 | 265.45 | 0.81 | 0.6 |
| Hex | 8D | 47 | EC | 28 | 46 | 0 | 7 | 109 | 51 | 3C |
| Octal | 215 | 107 | 354 | 50 | 106 | 0 | 7 | 411 | 121 | 74 |
| Binary | 10001101 | 1000111 | 11101100 | 101000 | 1000110 | 0 | 111 | 100001001 | 1010001 | 111100 |
Color Harmonies of #8D47EC
Complementary color
Monochromatic Colors of #8D47EC
Black with #8D47EC
Text Example
Text Example
White with #8D47EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D47EC; }
p { color: rgb(141,71,236); }
H1.HeaderClassName
{
color: #8D47EC;
}
.AnyTagClassName
{
color: #8D47EC;
}
</style>
background-color css
<style>
a { background-color: #8D47EC; }
a { background-color: rgb(141,71,236); }
div.DivClassName
{
background-color: #8D47EC;
}
.BgClassName
{
background-color: #8D47EC;
}
</style>
border-color css
<style>
span { border-color: #8D47EC; }
span { border-color: rgb(141,71,236); }
td.TdClassName
{
border-color: #8D47EC;
}
.TagClassName
{
border-color: #8D47EC;
}
</style>