Shades of Blue Violet #8C47EB
Tints of Blue Violet #8C47EB
RGB
CMYK
RGB Variations
Color information
#8C47EB (or 0x8C47EB) is known color: Blue Violet. HEX triplet: 8C, 47 and EB. RGB value is (140,71,235). Sum of RGB (Red+Green+Blue) = 140+71+235=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C47EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C47EB is #73B814. Grayscale: #6D6D6D. Windows color (decimal): -7583765 or 15419276. OLE color: 15419276.
HSL color Cylindrical-coordinate representation of color #8C47EB: hue angle of 265.24º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8C47EB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 71 | 235 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.08 |
| HSL | 265.24º | 0.8% | 0.6% | - |
| HSV(B) | 265.24º | 0.7% | 0.92% | - |
| XYZ | 28.06 | 16.08 | 80.22 | - |
| YUV | 110.33 | 198.36 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 235 | 0.40 | 0.70 | 0 | 0.08 | 265.24 | 0.8 | 0.6 |
| Hex | 8C | 47 | EB | 28 | 46 | 0 | 8 | 109 | 50 | 3C |
| Octal | 214 | 107 | 353 | 50 | 106 | 0 | 10 | 411 | 120 | 74 |
| Binary | 10001100 | 1000111 | 11101011 | 101000 | 1000110 | 0 | 1000 | 100001001 | 1010000 | 111100 |
Color Harmonies of #8C47EB
Complementary color
Monochromatic Colors of #8C47EB
Black with #8C47EB
Text Example
Text Example
White with #8C47EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C47EB; }
p { color: rgb(140,71,235); }
H1.HeaderClassName
{
color: #8C47EB;
}
.AnyTagClassName
{
color: #8C47EB;
}
</style>
background-color css
<style>
a { background-color: #8C47EB; }
a { background-color: rgb(140,71,235); }
div.DivClassName
{
background-color: #8C47EB;
}
.BgClassName
{
background-color: #8C47EB;
}
</style>
border-color css
<style>
span { border-color: #8C47EB; }
span { border-color: rgb(140,71,235); }
td.TdClassName
{
border-color: #8C47EB;
}
.TagClassName
{
border-color: #8C47EB;
}
</style>