Shades of Blue Violet #8F47E7
Tints of Blue Violet #8F47E7
RGB
CMYK
RGB Variations
Color information
#8F47E7 (or 0x8F47E7) is known color: Blue Violet. HEX triplet: 8F, 47 and E7. RGB value is (143,71,231). Sum of RGB (Red+Green+Blue) = 143+71+231=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F47E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F47E7 is #70B818. Grayscale: #6E6E6E. Windows color (decimal): -7387161 or 15157135. OLE color: 15157135.
HSL color Cylindrical-coordinate representation of color #8F47E7: hue angle of 267º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F47E7 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 71 | 231 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.09 |
| HSL | 267º | 0.77% | 0.59% | - |
| HSV(B) | 267º | 0.69% | 0.91% | - |
| XYZ | 28 | 16.12 | 77.24 | - |
| YUV | 110.77 | 195.85 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 231 | 0.38 | 0.69 | 0 | 0.09 | 267 | 0.77 | 0.59 |
| Hex | 8F | 47 | E7 | 26 | 45 | 0 | 9 | 10B | 4D | 3B |
| Octal | 217 | 107 | 347 | 46 | 105 | 0 | 11 | 413 | 115 | 73 |
| Binary | 10001111 | 1000111 | 11100111 | 100110 | 1000101 | 0 | 1001 | 100001011 | 1001101 | 111011 |
Color Harmonies of #8F47E7
Complementary color
Monochromatic Colors of #8F47E7
Black with #8F47E7
Text Example
Text Example
White with #8F47E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47E7; }
p { color: rgb(143,71,231); }
H1.HeaderClassName
{
color: #8F47E7;
}
.AnyTagClassName
{
color: #8F47E7;
}
</style>
background-color css
<style>
a { background-color: #8F47E7; }
a { background-color: rgb(143,71,231); }
div.DivClassName
{
background-color: #8F47E7;
}
.BgClassName
{
background-color: #8F47E7;
}
</style>
border-color css
<style>
span { border-color: #8F47E7; }
span { border-color: rgb(143,71,231); }
td.TdClassName
{
border-color: #8F47E7;
}
.TagClassName
{
border-color: #8F47E7;
}
</style>