Shades of Deep Lilac #8B47C4
Tints of Deep Lilac #8B47C4
RGB
CMYK
RGB Variations
Color information
#8B47C4 (or 0x8B47C4) is known color: Deep Lilac. HEX triplet: 8B, 47 and C4. RGB value is (139,71,196). Sum of RGB (Red+Green+Blue) = 139+71+196=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 196 (76.95% from 255 or 48.28% from 406); Max value from RGB is 196 - color contains mainly: blue. Hex color #8B47C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B47C4 is #74B83B. Grayscale: #696969. Windows color (decimal): -7649340 or 12863371. OLE color: 12863371.
HSL color Cylindrical-coordinate representation of color #8B47C4: hue angle of 272.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B47C4 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 71 | 196 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.23 |
| HSL | 272.64º | 0.51% | 0.52% | - |
| HSV(B) | 272.64º | 0.64% | 0.77% | - |
| XYZ | 22.86 | 13.98 | 53.72 | - |
| YUV | 105.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 196 | 0.29 | 0.64 | 0 | 0.23 | 272.64 | 0.51 | 0.52 |
| Hex | 8B | 47 | C4 | 1D | 40 | 0 | 17 | 111 | 33 | 34 |
| Octal | 213 | 107 | 304 | 35 | 100 | 0 | 27 | 421 | 63 | 64 |
| Binary | 10001011 | 1000111 | 11000100 | 11101 | 1000000 | 0 | 10111 | 100010001 | 110011 | 110100 |
Color Harmonies of #8B47C4
Complementary color
Monochromatic Colors of #8B47C4
Black with #8B47C4
Text Example
Text Example
White with #8B47C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B47C4; }
p { color: rgb(139,71,196); }
H1.HeaderClassName
{
color: #8B47C4;
}
.AnyTagClassName
{
color: #8B47C4;
}
</style>
background-color css
<style>
a { background-color: #8B47C4; }
a { background-color: rgb(139,71,196); }
div.DivClassName
{
background-color: #8B47C4;
}
.BgClassName
{
background-color: #8B47C4;
}
</style>
border-color css
<style>
span { border-color: #8B47C4; }
span { border-color: rgb(139,71,196); }
td.TdClassName
{
border-color: #8B47C4;
}
.TagClassName
{
border-color: #8B47C4;
}
</style>