Shades of Blue Violet #8F47FD
Tints of Blue Violet #8F47FD
RGB
CMYK
RGB Variations
Color information
#8F47FD (or 0x8F47FD) is known color: Blue Violet. HEX triplet: 8F, 47 and FD. RGB value is (143,71,253). Sum of RGB (Red+Green+Blue) = 143+71+253=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 71 (28.12% from 255 or 15.20% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #8F47FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F47FD is #70B802. Grayscale: #707070. Windows color (decimal): -7387139 or 16598927. OLE color: 16598927.
HSL color Cylindrical-coordinate representation of color #8F47FD: hue angle of 263.74º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F47FD is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 71 | 253 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.01 |
| HSL | 263.74º | 0.98% | 0.64% | - |
| HSV(B) | 263.74º | 0.72% | 0.99% | - |
| XYZ | 31.31 | 17.44 | 94.64 | - |
| YUV | 113.28 | 206.85 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 71 | 253 | 0.43 | 0.72 | 0 | 0.01 | 263.74 | 0.98 | 0.64 |
| Hex | 8F | 47 | FD | 2B | 48 | 0 | 1 | 108 | 62 | 40 |
| Octal | 217 | 107 | 375 | 53 | 110 | 0 | 1 | 410 | 142 | 100 |
| Binary | 10001111 | 1000111 | 11111101 | 101011 | 1001000 | 0 | 1 | 100001000 | 1100010 | 1000000 |
Color Harmonies of #8F47FD
Complementary color
Monochromatic Colors of #8F47FD
Black with #8F47FD
Text Example
Text Example
White with #8F47FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F47FD; }
p { color: rgb(143,71,253); }
H1.HeaderClassName
{
color: #8F47FD;
}
.AnyTagClassName
{
color: #8F47FD;
}
</style>
background-color css
<style>
a { background-color: #8F47FD; }
a { background-color: rgb(143,71,253); }
div.DivClassName
{
background-color: #8F47FD;
}
.BgClassName
{
background-color: #8F47FD;
}
</style>
border-color css
<style>
span { border-color: #8F47FD; }
span { border-color: rgb(143,71,253); }
td.TdClassName
{
border-color: #8F47FD;
}
.TagClassName
{
border-color: #8F47FD;
}
</style>