Shades of Blue Violet #8F47E6
Tints of Blue Violet #8F47E6
RGB
CMYK
RGB Variations
Color information
#8F47E6 (or 0x8F47E6) is known color: Blue Violet. HEX triplet: 8F, 47 and E6. RGB value is (143,71,230). Sum of RGB (Red+Green+Blue) = 143+71+230=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 230 (90.23% from 255 or 51.80% from 444); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F47E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F47E6 is #70B819. Grayscale: #6E6E6E. Windows color (decimal): -7387162 or 15091599. OLE color: 15091599.
HSL color Cylindrical-coordinate representation of color #8F47E6: hue angle of 267.17º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F47E6 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 71 | 230 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.10 |
| HSL | 267.17º | 0.76% | 0.59% | - |
| HSV(B) | 267.17º | 0.69% | 0.9% | - |
| XYZ | 27.86 | 16.06 | 76.49 | - |
| YUV | 110.65 | 195.35 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 230 | 0.38 | 0.69 | 0 | 0.10 | 267.17 | 0.76 | 0.59 |
| Hex | 8F | 47 | E6 | 26 | 45 | 0 | A | 10B | 4C | 3B |
| Octal | 217 | 107 | 346 | 46 | 105 | 0 | 12 | 413 | 114 | 73 |
| Binary | 10001111 | 1000111 | 11100110 | 100110 | 1000101 | 0 | 1010 | 100001011 | 1001100 | 111011 |
Color Harmonies of #8F47E6
Complementary color
Monochromatic Colors of #8F47E6
Black with #8F47E6
Text Example
Text Example
White with #8F47E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47E6; }
p { color: rgb(143,71,230); }
H1.HeaderClassName
{
color: #8F47E6;
}
.AnyTagClassName
{
color: #8F47E6;
}
</style>
background-color css
<style>
a { background-color: #8F47E6; }
a { background-color: rgb(143,71,230); }
div.DivClassName
{
background-color: #8F47E6;
}
.BgClassName
{
background-color: #8F47E6;
}
</style>
border-color css
<style>
span { border-color: #8F47E6; }
span { border-color: rgb(143,71,230); }
td.TdClassName
{
border-color: #8F47E6;
}
.TagClassName
{
border-color: #8F47E6;
}
</style>