Shades of Blue Violet #8C47FC
Tints of Blue Violet #8C47FC
RGB
CMYK
RGB Variations
Color information
#8C47FC (or 0x8C47FC) is known color: Blue Violet. HEX triplet: 8C, 47 and FC. RGB value is (140,71,252). Sum of RGB (Red+Green+Blue) = 140+71+252=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C47FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C47FC is #73B803. Grayscale: #6F6F6F. Windows color (decimal): -7583748 or 16533388. OLE color: 16533388.
HSL color Cylindrical-coordinate representation of color #8C47FC: hue angle of 262.87º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8C47FC is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 71 | 252 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.01 |
| HSL | 262.87º | 0.97% | 0.63% | - |
| HSV(B) | 262.87º | 0.72% | 0.99% | - |
| XYZ | 30.64 | 17.11 | 93.78 | - |
| YUV | 112.27 | 206.86 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 252 | 0.44 | 0.72 | 0 | 0.01 | 262.87 | 0.97 | 0.63 |
| Hex | 8C | 47 | FC | 2C | 48 | 0 | 1 | 107 | 61 | 3F |
| Octal | 214 | 107 | 374 | 54 | 110 | 0 | 1 | 407 | 141 | 77 |
| Binary | 10001100 | 1000111 | 11111100 | 101100 | 1001000 | 0 | 1 | 100000111 | 1100001 | 111111 |
Color Harmonies of #8C47FC
Complementary color
Monochromatic Colors of #8C47FC
Black with #8C47FC
Text Example
Text Example
White with #8C47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C47FC; }
p { color: rgb(140,71,252); }
H1.HeaderClassName
{
color: #8C47FC;
}
.AnyTagClassName
{
color: #8C47FC;
}
</style>
background-color css
<style>
a { background-color: #8C47FC; }
a { background-color: rgb(140,71,252); }
div.DivClassName
{
background-color: #8C47FC;
}
.BgClassName
{
background-color: #8C47FC;
}
</style>
border-color css
<style>
span { border-color: #8C47FC; }
span { border-color: rgb(140,71,252); }
td.TdClassName
{
border-color: #8C47FC;
}
.TagClassName
{
border-color: #8C47FC;
}
</style>