Shades of Blue Violet #8F47FA
Tints of Blue Violet #8F47FA
RGB
CMYK
RGB Variations
Color information
#8F47FA (or 0x8F47FA) is known color: Blue Violet. HEX triplet: 8F, 47 and FA. RGB value is (143,71,250). Sum of RGB (Red+Green+Blue) = 143+71+250=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F47FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F47FA is #70B805. Grayscale: #707070. Windows color (decimal): -7387142 or 16402319. OLE color: 16402319.
HSL color Cylindrical-coordinate representation of color #8F47FA: hue angle of 264.13º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F47FA is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 71 | 250 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.02 |
| HSL | 264.13º | 0.95% | 0.63% | - |
| HSV(B) | 264.13º | 0.72% | 0.98% | - |
| XYZ | 30.84 | 17.25 | 92.15 | - |
| YUV | 112.93 | 205.35 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 250 | 0.43 | 0.72 | 0 | 0.02 | 264.13 | 0.95 | 0.63 |
| Hex | 8F | 47 | FA | 2B | 48 | 0 | 2 | 108 | 5F | 3F |
| Octal | 217 | 107 | 372 | 53 | 110 | 0 | 2 | 410 | 137 | 77 |
| Binary | 10001111 | 1000111 | 11111010 | 101011 | 1001000 | 0 | 10 | 100001000 | 1011111 | 111111 |
Color Harmonies of #8F47FA
Complementary color
Monochromatic Colors of #8F47FA
Black with #8F47FA
Text Example
Text Example
White with #8F47FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47FA; }
p { color: rgb(143,71,250); }
H1.HeaderClassName
{
color: #8F47FA;
}
.AnyTagClassName
{
color: #8F47FA;
}
</style>
background-color css
<style>
a { background-color: #8F47FA; }
a { background-color: rgb(143,71,250); }
div.DivClassName
{
background-color: #8F47FA;
}
.BgClassName
{
background-color: #8F47FA;
}
</style>
border-color css
<style>
span { border-color: #8F47FA; }
span { border-color: rgb(143,71,250); }
td.TdClassName
{
border-color: #8F47FA;
}
.TagClassName
{
border-color: #8F47FA;
}
</style>