Shades of Blue Violet #8C47F3
Tints of Blue Violet #8C47F3
RGB
CMYK
RGB Variations
Color information
#8C47F3 (or 0x8C47F3) is known color: Blue Violet. HEX triplet: 8C, 47 and F3. RGB value is (140,71,243). Sum of RGB (Red+Green+Blue) = 140+71+243=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 243 (95.31% from 255 or 53.52% from 454); Max value from RGB is 243 - color contains mainly: blue. Hex color #8C47F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C47F3 is #73B80C. Grayscale: #6E6E6E. Windows color (decimal): -7583757 or 15943564. OLE color: 15943564.
HSL color Cylindrical-coordinate representation of color #8C47F3: hue angle of 264.07º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C47F3 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 71 | 243 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.05 |
| HSL | 264.07º | 0.88% | 0.62% | - |
| HSV(B) | 264.07º | 0.71% | 0.95% | - |
| XYZ | 29.25 | 16.55 | 86.45 | - |
| YUV | 111.24 | 202.36 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 243 | 0.42 | 0.71 | 0 | 0.05 | 264.07 | 0.88 | 0.62 |
| Hex | 8C | 47 | F3 | 2A | 47 | 0 | 5 | 108 | 58 | 3E |
| Octal | 214 | 107 | 363 | 52 | 107 | 0 | 5 | 410 | 130 | 76 |
| Binary | 10001100 | 1000111 | 11110011 | 101010 | 1000111 | 0 | 101 | 100001000 | 1011000 | 111110 |
Color Harmonies of #8C47F3
Complementary color
Monochromatic Colors of #8C47F3
Black with #8C47F3
Text Example
Text Example
White with #8C47F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C47F3; }
p { color: rgb(140,71,243); }
H1.HeaderClassName
{
color: #8C47F3;
}
.AnyTagClassName
{
color: #8C47F3;
}
</style>
background-color css
<style>
a { background-color: #8C47F3; }
a { background-color: rgb(140,71,243); }
div.DivClassName
{
background-color: #8C47F3;
}
.BgClassName
{
background-color: #8C47F3;
}
</style>
border-color css
<style>
span { border-color: #8C47F3; }
span { border-color: rgb(140,71,243); }
td.TdClassName
{
border-color: #8C47F3;
}
.TagClassName
{
border-color: #8C47F3;
}
</style>