Shades of Deep Lilac #8047BF
Tints of Deep Lilac #8047BF
RGB
CMYK
RGB Variations
Color information
#8047BF (or 0x8047BF) is known color: Deep Lilac. HEX triplet: 80, 47 and BF. RGB value is (128,71,191). Sum of RGB (Red+Green+Blue) = 128+71+191=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #8047BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8047BF is #7FB840. Grayscale: #656565. Windows color (decimal): -8370241 or 12535680. OLE color: 12535680.
HSL color Cylindrical-coordinate representation of color #8047BF: hue angle of 268.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8047BF is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 71 | 191 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.25 |
| HSL | 268.5º | 0.48% | 0.51% | - |
| HSV(B) | 268.5º | 0.63% | 0.75% | - |
| XYZ | 20.56 | 12.86 | 50.69 | - |
| YUV | 101.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 191 | 0.33 | 0.63 | 0 | 0.25 | 268.5 | 0.48 | 0.51 |
| Hex | 80 | 47 | BF | 21 | 3F | 0 | 19 | 10C | 30 | 33 |
| Octal | 200 | 107 | 277 | 41 | 77 | 0 | 31 | 414 | 60 | 63 |
| Binary | 10000000 | 1000111 | 10111111 | 100001 | 111111 | 0 | 11001 | 100001100 | 110000 | 110011 |
Color Harmonies of #8047BF
Complementary color
Monochromatic Colors of #8047BF
Black with #8047BF
Text Example
Text Example
White with #8047BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8047BF; }
p { color: rgb(128,71,191); }
H1.HeaderClassName
{
color: #8047BF;
}
.AnyTagClassName
{
color: #8047BF;
}
</style>
background-color css
<style>
a { background-color: #8047BF; }
a { background-color: rgb(128,71,191); }
div.DivClassName
{
background-color: #8047BF;
}
.BgClassName
{
background-color: #8047BF;
}
</style>
border-color css
<style>
span { border-color: #8047BF; }
span { border-color: rgb(128,71,191); }
td.TdClassName
{
border-color: #8047BF;
}
.TagClassName
{
border-color: #8047BF;
}
</style>