Shades of Blue Violet #8E47DF
Tints of Blue Violet #8E47DF
RGB
CMYK
RGB Variations
Color information
#8E47DF (or 0x8E47DF) is known color: Blue Violet. HEX triplet: 8E, 47 and DF. RGB value is (142,71,223). Sum of RGB (Red+Green+Blue) = 142+71+223=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E47DF is #71B820. Grayscale: #6D6D6D. Windows color (decimal): -7452705 or 14632846. OLE color: 14632846.
HSL color Cylindrical-coordinate representation of color #8E47DF: hue angle of 268.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E47DF is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 71 | 223 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.13 |
| HSL | 268.03º | 0.7% | 0.58% | - |
| HSV(B) | 268.03º | 0.68% | 0.87% | - |
| XYZ | 26.73 | 15.58 | 71.41 | - |
| YUV | 109.56 | 192.02 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 223 | 0.36 | 0.68 | 0 | 0.13 | 268.03 | 0.7 | 0.58 |
| Hex | 8E | 47 | DF | 24 | 44 | 0 | D | 10C | 46 | 3A |
| Octal | 216 | 107 | 337 | 44 | 104 | 0 | 15 | 414 | 106 | 72 |
| Binary | 10001110 | 1000111 | 11011111 | 100100 | 1000100 | 0 | 1101 | 100001100 | 1000110 | 111010 |
Color Harmonies of #8E47DF
Complementary color
Monochromatic Colors of #8E47DF
Black with #8E47DF
Text Example
Text Example
White with #8E47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E47DF; }
p { color: rgb(142,71,223); }
H1.HeaderClassName
{
color: #8E47DF;
}
.AnyTagClassName
{
color: #8E47DF;
}
</style>
background-color css
<style>
a { background-color: #8E47DF; }
a { background-color: rgb(142,71,223); }
div.DivClassName
{
background-color: #8E47DF;
}
.BgClassName
{
background-color: #8E47DF;
}
</style>
border-color css
<style>
span { border-color: #8E47DF; }
span { border-color: rgb(142,71,223); }
td.TdClassName
{
border-color: #8E47DF;
}
.TagClassName
{
border-color: #8E47DF;
}
</style>