Shades of Blue Violet #8D31EC
Tints of Blue Violet #8D31EC
RGB
CMYK
RGB Variations
Color information
#8D31EC (or 0x8D31EC) is known color: Blue Violet. HEX triplet: 8D, 31 and EC. RGB value is (141,49,236). Sum of RGB (Red+Green+Blue) = 141+49+236=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D31EC is #72CE13. Grayscale: #616161. Windows color (decimal): -7523860 or 15479181. OLE color: 15479181.
HSL color Cylindrical-coordinate representation of color #8D31EC: hue angle of 269.52º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8D31EC is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 49 | 236 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.07 |
| HSL | 269.52º | 0.83% | 0.56% | - |
| HSV(B) | 269.52º | 0.79% | 0.93% | - |
| XYZ | 27.22 | 13.92 | 80.61 | - |
| YUV | 97.83 | 205.98 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 49 | 236 | 0.40 | 0.79 | 0 | 0.07 | 269.52 | 0.83 | 0.56 |
| Hex | 8D | 31 | EC | 28 | 4F | 0 | 7 | 10E | 53 | 38 |
| Octal | 215 | 61 | 354 | 50 | 117 | 0 | 7 | 416 | 123 | 70 |
| Binary | 10001101 | 110001 | 11101100 | 101000 | 1001111 | 0 | 111 | 100001110 | 1010011 | 111000 |
Color Harmonies of #8D31EC
Complementary color
Monochromatic Colors of #8D31EC
Black with #8D31EC
Text Example
Text Example
White with #8D31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D31EC; }
p { color: rgb(141,49,236); }
H1.HeaderClassName
{
color: #8D31EC;
}
.AnyTagClassName
{
color: #8D31EC;
}
</style>
background-color css
<style>
a { background-color: #8D31EC; }
a { background-color: rgb(141,49,236); }
div.DivClassName
{
background-color: #8D31EC;
}
.BgClassName
{
background-color: #8D31EC;
}
</style>
border-color css
<style>
span { border-color: #8D31EC; }
span { border-color: rgb(141,49,236); }
td.TdClassName
{
border-color: #8D31EC;
}
.TagClassName
{
border-color: #8D31EC;
}
</style>