Shades of Blue Violet #8F47DF
Tints of Blue Violet #8F47DF
RGB
CMYK
RGB Variations
Color information
#8F47DF (or 0x8F47DF) is known color: Blue Violet. HEX triplet: 8F, 47 and DF. RGB value is (143,71,223). Sum of RGB (Red+Green+Blue) = 143+71+223=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 71 (28.12% from 255 or 16.25% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F47DF is #70B820. Grayscale: #6D6D6D. Windows color (decimal): -7387169 or 14632847. OLE color: 14632847.
HSL color Cylindrical-coordinate representation of color #8F47DF: hue angle of 268.42º 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 #8F47DF is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 71 | 223 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.13 |
| HSL | 268.42º | 0.7% | 0.58% | - |
| HSV(B) | 268.42º | 0.68% | 0.87% | - |
| XYZ | 26.9 | 15.67 | 71.42 | - |
| YUV | 109.86 | 191.85 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 223 | 0.36 | 0.68 | 0 | 0.13 | 268.42 | 0.7 | 0.58 |
| Hex | 8F | 47 | DF | 24 | 44 | 0 | D | 10C | 46 | 3A |
| Octal | 217 | 107 | 337 | 44 | 104 | 0 | 15 | 414 | 106 | 72 |
| Binary | 10001111 | 1000111 | 11011111 | 100100 | 1000100 | 0 | 1101 | 100001100 | 1000110 | 111010 |
Color Harmonies of #8F47DF
Complementary color
Monochromatic Colors of #8F47DF
Black with #8F47DF
Text Example
Text Example
White with #8F47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47DF; }
p { color: rgb(143,71,223); }
H1.HeaderClassName
{
color: #8F47DF;
}
.AnyTagClassName
{
color: #8F47DF;
}
</style>
background-color css
<style>
a { background-color: #8F47DF; }
a { background-color: rgb(143,71,223); }
div.DivClassName
{
background-color: #8F47DF;
}
.BgClassName
{
background-color: #8F47DF;
}
</style>
border-color css
<style>
span { border-color: #8F47DF; }
span { border-color: rgb(143,71,223); }
td.TdClassName
{
border-color: #8F47DF;
}
.TagClassName
{
border-color: #8F47DF;
}
</style>