Shades of Blue Violet #8D47FE
Tints of Blue Violet #8D47FE
RGB
CMYK
RGB Variations
Color information
#8D47FE (or 0x8D47FE) is known color: Blue Violet. HEX triplet: 8D, 47 and FE. RGB value is (141,71,254). Sum of RGB (Red+Green+Blue) = 141+71+254=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #8D47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D47FE is #72B801. Grayscale: #707070. Windows color (decimal): -7518210 or 16664461. OLE color: 16664461.
HSL color Cylindrical-coordinate representation of color #8D47FE: hue angle of 262.95º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D47FE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 71 | 254 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.00 |
| HSL | 262.95º | 0.99% | 0.64% | - |
| HSV(B) | 262.95º | 0.72% | 1% | - |
| XYZ | 31.13 | 17.32 | 95.47 | - |
| YUV | 112.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 254 | 0.44 | 0.72 | 0 | 0.00 | 262.95 | 0.99 | 0.64 |
| Hex | 8D | 47 | FE | 2C | 48 | 0 | 0 | 107 | 63 | 40 |
| Octal | 215 | 107 | 376 | 54 | 110 | 0 | 0 | 407 | 143 | 100 |
| Binary | 10001101 | 1000111 | 11111110 | 101100 | 1001000 | 0 | 0 | 100000111 | 1100011 | 1000000 |
Color Harmonies of #8D47FE
Complementary color
Monochromatic Colors of #8D47FE
Black with #8D47FE
Text Example
Text Example
White with #8D47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D47FE; }
p { color: rgb(141,71,254); }
H1.HeaderClassName
{
color: #8D47FE;
}
.AnyTagClassName
{
color: #8D47FE;
}
</style>
background-color css
<style>
a { background-color: #8D47FE; }
a { background-color: rgb(141,71,254); }
div.DivClassName
{
background-color: #8D47FE;
}
.BgClassName
{
background-color: #8D47FE;
}
</style>
border-color css
<style>
span { border-color: #8D47FE; }
span { border-color: rgb(141,71,254); }
td.TdClassName
{
border-color: #8D47FE;
}
.TagClassName
{
border-color: #8D47FE;
}
</style>