Shades of Deep Lilac #8748CC
Tints of Deep Lilac #8748CC
RGB
CMYK
RGB Variations
Color information
#8748CC (or 0x8748CC) is known color: Deep Lilac. HEX triplet: 87, 48 and CC. RGB value is (135,72,204). Sum of RGB (Red+Green+Blue) = 135+72+204=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #8748CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8748CC is #78B733. Grayscale: #696969. Windows color (decimal): -7911220 or 13387911. OLE color: 13387911.
HSL color Cylindrical-coordinate representation of color #8748CC: hue angle of 268.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8748CC is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 72 | 204 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.2 |
| HSL | 268.64º | 0.56% | 0.54% | - |
| HSV(B) | 268.64º | 0.65% | 0.8% | - |
| XYZ | 23.21 | 14.15 | 58.63 | - |
| YUV | 105.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 204 | 0.34 | 0.65 | 0 | 0.2 | 268.64 | 0.56 | 0.54 |
| Hex | 87 | 48 | CC | 22 | 41 | 0 | 14 | 10D | 38 | 36 |
| Octal | 207 | 110 | 314 | 42 | 101 | 0 | 24 | 415 | 70 | 66 |
| Binary | 10000111 | 1001000 | 11001100 | 100010 | 1000001 | 0 | 10100 | 100001101 | 111000 | 110110 |
Color Harmonies of #8748CC
Complementary color
Monochromatic Colors of #8748CC
Black with #8748CC
Text Example
Text Example
White with #8748CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748CC; }
p { color: rgb(135,72,204); }
H1.HeaderClassName
{
color: #8748CC;
}
.AnyTagClassName
{
color: #8748CC;
}
</style>
background-color css
<style>
a { background-color: #8748CC; }
a { background-color: rgb(135,72,204); }
div.DivClassName
{
background-color: #8748CC;
}
.BgClassName
{
background-color: #8748CC;
}
</style>
border-color css
<style>
span { border-color: #8748CC; }
span { border-color: rgb(135,72,204); }
td.TdClassName
{
border-color: #8748CC;
}
.TagClassName
{
border-color: #8748CC;
}
</style>