Shades of Deep Lilac #8B47C1
Tints of Deep Lilac #8B47C1
RGB
CMYK
RGB Variations
Color information
#8B47C1 (or 0x8B47C1) is known color: Deep Lilac. HEX triplet: 8B, 47 and C1. RGB value is (139,71,193). Sum of RGB (Red+Green+Blue) = 139+71+193=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #8B47C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B47C1 is #74B83E. Grayscale: #686868. Windows color (decimal): -7649343 or 12666763. OLE color: 12666763.
HSL color Cylindrical-coordinate representation of color #8B47C1: hue angle of 273.44º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B47C1 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 71 | 193 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.24 |
| HSL | 273.44º | 0.5% | 0.52% | - |
| HSV(B) | 273.44º | 0.63% | 0.76% | - |
| XYZ | 22.53 | 13.85 | 51.94 | - |
| YUV | 105.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 193 | 0.28 | 0.63 | 0 | 0.24 | 273.44 | 0.5 | 0.52 |
| Hex | 8B | 47 | C1 | 1C | 3F | 0 | 18 | 111 | 32 | 34 |
| Octal | 213 | 107 | 301 | 34 | 77 | 0 | 30 | 421 | 62 | 64 |
| Binary | 10001011 | 1000111 | 11000001 | 11100 | 111111 | 0 | 11000 | 100010001 | 110010 | 110100 |
Color Harmonies of #8B47C1
Complementary color
Monochromatic Colors of #8B47C1
Black with #8B47C1
Text Example
Text Example
White with #8B47C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B47C1; }
p { color: rgb(139,71,193); }
H1.HeaderClassName
{
color: #8B47C1;
}
.AnyTagClassName
{
color: #8B47C1;
}
</style>
background-color css
<style>
a { background-color: #8B47C1; }
a { background-color: rgb(139,71,193); }
div.DivClassName
{
background-color: #8B47C1;
}
.BgClassName
{
background-color: #8B47C1;
}
</style>
border-color css
<style>
span { border-color: #8B47C1; }
span { border-color: rgb(139,71,193); }
td.TdClassName
{
border-color: #8B47C1;
}
.TagClassName
{
border-color: #8B47C1;
}
</style>