Shades of Deep Lilac #8748BF
Tints of Deep Lilac #8748BF
RGB
CMYK
RGB Variations
Color information
#8748BF (or 0x8748BF) is known color: Deep Lilac. HEX triplet: 87, 48 and BF. RGB value is (135,72,191). Sum of RGB (Red+Green+Blue) = 135+72+191=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #8748BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748BF is #78B740. Grayscale: #676767. Windows color (decimal): -7911233 or 12535943. OLE color: 12535943.
HSL color Cylindrical-coordinate representation of color #8748BF: hue angle of 271.76º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8748BF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 72 | 191 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.25 |
| HSL | 271.76º | 0.48% | 0.52% | - |
| HSV(B) | 271.76º | 0.62% | 0.75% | - |
| XYZ | 21.71 | 13.55 | 50.76 | - |
| YUV | 104.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 191 | 0.29 | 0.62 | 0 | 0.25 | 271.76 | 0.48 | 0.52 |
| Hex | 87 | 48 | BF | 1D | 3E | 0 | 19 | 110 | 30 | 34 |
| Octal | 207 | 110 | 277 | 35 | 76 | 0 | 31 | 420 | 60 | 64 |
| Binary | 10000111 | 1001000 | 10111111 | 11101 | 111110 | 0 | 11001 | 100010000 | 110000 | 110100 |
Color Harmonies of #8748BF
Complementary color
Monochromatic Colors of #8748BF
Black with #8748BF
Text Example
Text Example
White with #8748BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748BF; }
p { color: rgb(135,72,191); }
H1.HeaderClassName
{
color: #8748BF;
}
.AnyTagClassName
{
color: #8748BF;
}
</style>
background-color css
<style>
a { background-color: #8748BF; }
a { background-color: rgb(135,72,191); }
div.DivClassName
{
background-color: #8748BF;
}
.BgClassName
{
background-color: #8748BF;
}
</style>
border-color css
<style>
span { border-color: #8748BF; }
span { border-color: rgb(135,72,191); }
td.TdClassName
{
border-color: #8748BF;
}
.TagClassName
{
border-color: #8748BF;
}
</style>