Shades of Blue Violet #8D47DF
Tints of Blue Violet #8D47DF
RGB
CMYK
RGB Variations
Color information
#8D47DF (or 0x8D47DF) is known color: Blue Violet. HEX triplet: 8D, 47 and DF. RGB value is (141,71,223). Sum of RGB (Red+Green+Blue) = 141+71+223=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D47DF is #72B820. Grayscale: #6C6C6C. Windows color (decimal): -7518241 or 14632845. OLE color: 14632845.
HSL color Cylindrical-coordinate representation of color #8D47DF: hue angle of 267.63º 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 #8D47DF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 71 | 223 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.13 |
| HSL | 267.63º | 0.7% | 0.58% | - |
| HSV(B) | 267.63º | 0.68% | 0.87% | - |
| XYZ | 26.56 | 15.5 | 71.4 | - |
| YUV | 109.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 223 | 0.37 | 0.68 | 0 | 0.13 | 267.63 | 0.7 | 0.58 |
| Hex | 8D | 47 | DF | 25 | 44 | 0 | D | 10C | 46 | 3A |
| Octal | 215 | 107 | 337 | 45 | 104 | 0 | 15 | 414 | 106 | 72 |
| Binary | 10001101 | 1000111 | 11011111 | 100101 | 1000100 | 0 | 1101 | 100001100 | 1000110 | 111010 |
Color Harmonies of #8D47DF
Complementary color
Monochromatic Colors of #8D47DF
Black with #8D47DF
Text Example
Text Example
White with #8D47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D47DF; }
p { color: rgb(141,71,223); }
H1.HeaderClassName
{
color: #8D47DF;
}
.AnyTagClassName
{
color: #8D47DF;
}
</style>
background-color css
<style>
a { background-color: #8D47DF; }
a { background-color: rgb(141,71,223); }
div.DivClassName
{
background-color: #8D47DF;
}
.BgClassName
{
background-color: #8D47DF;
}
</style>
border-color css
<style>
span { border-color: #8D47DF; }
span { border-color: rgb(141,71,223); }
td.TdClassName
{
border-color: #8D47DF;
}
.TagClassName
{
border-color: #8D47DF;
}
</style>