Shades of Blue Violet #8F47EB
Tints of Blue Violet #8F47EB
RGB
CMYK
RGB Variations
Color information
#8F47EB (or 0x8F47EB) is known color: Blue Violet. HEX triplet: 8F, 47 and EB. RGB value is (143,71,235). Sum of RGB (Red+Green+Blue) = 143+71+235=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F47EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F47EB is #70B814. Grayscale: #6E6E6E. Windows color (decimal): -7387157 or 15419279. OLE color: 15419279.
HSL color Cylindrical-coordinate representation of color #8F47EB: hue angle of 266.34º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F47EB is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 71 | 235 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.08 |
| HSL | 266.34º | 0.8% | 0.6% | - |
| HSV(B) | 266.34º | 0.7% | 0.92% | - |
| XYZ | 28.58 | 16.34 | 80.25 | - |
| YUV | 111.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 235 | 0.39 | 0.70 | 0 | 0.08 | 266.34 | 0.8 | 0.6 |
| Hex | 8F | 47 | EB | 27 | 46 | 0 | 8 | 10A | 50 | 3C |
| Octal | 217 | 107 | 353 | 47 | 106 | 0 | 10 | 412 | 120 | 74 |
| Binary | 10001111 | 1000111 | 11101011 | 100111 | 1000110 | 0 | 1000 | 100001010 | 1010000 | 111100 |
Color Harmonies of #8F47EB
Complementary color
Monochromatic Colors of #8F47EB
Black with #8F47EB
Text Example
Text Example
White with #8F47EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47EB; }
p { color: rgb(143,71,235); }
H1.HeaderClassName
{
color: #8F47EB;
}
.AnyTagClassName
{
color: #8F47EB;
}
</style>
background-color css
<style>
a { background-color: #8F47EB; }
a { background-color: rgb(143,71,235); }
div.DivClassName
{
background-color: #8F47EB;
}
.BgClassName
{
background-color: #8F47EB;
}
</style>
border-color css
<style>
span { border-color: #8F47EB; }
span { border-color: rgb(143,71,235); }
td.TdClassName
{
border-color: #8F47EB;
}
.TagClassName
{
border-color: #8F47EB;
}
</style>