Shades of Blue Violet #8F47FF
Tints of Blue Violet #8F47FF
RGB
CMYK
RGB Variations
Color information
#8F47FF (or 0x8F47FF) is known color: Blue Violet. HEX triplet: 8F, 47 and FF. RGB value is (143,71,255). Sum of RGB (Red+Green+Blue) = 143+71+255=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F47FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F47FF is #70B800. Grayscale: #707070. Windows color (decimal): -7387137 or 16729999. OLE color: 16729999.
HSL color Cylindrical-coordinate representation of color #8F47FF: hue angle of 263.48º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F47FF is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 71 | 255 | - |
| CMYK | 0.44 | 0.72 | 0 | 0 |
| HSL | 263.48º | 1% | 0.64% | - |
| HSV(B) | 263.48º | 0.72% | 1% | - |
| XYZ | 31.63 | 17.57 | 96.33 | - |
| YUV | 113.5 | 207.85 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 255 | 0.44 | 0.72 | 0 | 0 | 263.48 | 1 | 0.64 |
| Hex | 8F | 47 | FF | 2C | 48 | 0 | 0 | 107 | 64 | 40 |
| Octal | 217 | 107 | 377 | 54 | 110 | 0 | 0 | 407 | 144 | 100 |
| Binary | 10001111 | 1000111 | 11111111 | 101100 | 1001000 | 0 | 0 | 100000111 | 1100100 | 1000000 |
Color Harmonies of #8F47FF
Complementary color
Monochromatic Colors of #8F47FF
Black with #8F47FF
Text Example
Text Example
White with #8F47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47FF; }
p { color: rgb(143,71,255); }
H1.HeaderClassName
{
color: #8F47FF;
}
.AnyTagClassName
{
color: #8F47FF;
}
</style>
background-color css
<style>
a { background-color: #8F47FF; }
a { background-color: rgb(143,71,255); }
div.DivClassName
{
background-color: #8F47FF;
}
.BgClassName
{
background-color: #8F47FF;
}
</style>
border-color css
<style>
span { border-color: #8F47FF; }
span { border-color: rgb(143,71,255); }
td.TdClassName
{
border-color: #8F47FF;
}
.TagClassName
{
border-color: #8F47FF;
}
</style>