Shades of Blue Violet #8D47F8
Tints of Blue Violet #8D47F8
RGB
CMYK
RGB Variations
Color information
#8D47F8 (or 0x8D47F8) is known color: Blue Violet. HEX triplet: 8D, 47 and F8. RGB value is (141,71,248). Sum of RGB (Red+Green+Blue) = 141+71+248=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 248 (97.27% from 255 or 53.91% from 460); Max value from RGB is 248 - color contains mainly: blue. Hex color #8D47F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D47F8 is #72B807. Grayscale: #6F6F6F. Windows color (decimal): -7518216 or 16271245. OLE color: 16271245.
HSL color Cylindrical-coordinate representation of color #8D47F8: hue angle of 263.73º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D47F8 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 71 | 248 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.03 |
| HSL | 263.73º | 0.93% | 0.63% | - |
| HSV(B) | 263.73º | 0.71% | 0.97% | - |
| XYZ | 30.18 | 16.95 | 90.49 | - |
| YUV | 112.11 | 204.69 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 248 | 0.43 | 0.71 | 0 | 0.03 | 263.73 | 0.93 | 0.63 |
| Hex | 8D | 47 | F8 | 2B | 47 | 0 | 3 | 108 | 5D | 3F |
| Octal | 215 | 107 | 370 | 53 | 107 | 0 | 3 | 410 | 135 | 77 |
| Binary | 10001101 | 1000111 | 11111000 | 101011 | 1000111 | 0 | 11 | 100001000 | 1011101 | 111111 |
Color Harmonies of #8D47F8
Complementary color
Monochromatic Colors of #8D47F8
Black with #8D47F8
Text Example
Text Example
White with #8D47F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D47F8; }
p { color: rgb(141,71,248); }
H1.HeaderClassName
{
color: #8D47F8;
}
.AnyTagClassName
{
color: #8D47F8;
}
</style>
background-color css
<style>
a { background-color: #8D47F8; }
a { background-color: rgb(141,71,248); }
div.DivClassName
{
background-color: #8D47F8;
}
.BgClassName
{
background-color: #8D47F8;
}
</style>
border-color css
<style>
span { border-color: #8D47F8; }
span { border-color: rgb(141,71,248); }
td.TdClassName
{
border-color: #8D47F8;
}
.TagClassName
{
border-color: #8D47F8;
}
</style>