Shades of Deep Lilac #8749CD
Tints of Deep Lilac #8749CD
RGB
CMYK
RGB Variations
Color information
#8749CD (or 0x8749CD) is known color: Deep Lilac. HEX triplet: 87, 49 and CD. RGB value is (135,73,205). Sum of RGB (Red+Green+Blue) = 135+73+205=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #8749CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8749CD is #78B632. Grayscale: #6A6A6A. Windows color (decimal): -7910963 or 13453703. OLE color: 13453703.
HSL color Cylindrical-coordinate representation of color #8749CD: hue angle of 268.18º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8749CD is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 73 | 205 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.20 |
| HSL | 268.18º | 0.57% | 0.55% | - |
| HSV(B) | 268.18º | 0.64% | 0.8% | - |
| XYZ | 23.39 | 14.32 | 59.29 | - |
| YUV | 106.59 | 183.54 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 205 | 0.34 | 0.64 | 0 | 0.20 | 268.18 | 0.57 | 0.55 |
| Hex | 87 | 49 | CD | 22 | 40 | 0 | 14 | 10C | 39 | 37 |
| Octal | 207 | 111 | 315 | 42 | 100 | 0 | 24 | 414 | 71 | 67 |
| Binary | 10000111 | 1001001 | 11001101 | 100010 | 1000000 | 0 | 10100 | 100001100 | 111001 | 110111 |
Color Harmonies of #8749CD
Complementary color
Monochromatic Colors of #8749CD
Black with #8749CD
Text Example
Text Example
White with #8749CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8749CD; }
p { color: rgb(135,73,205); }
H1.HeaderClassName
{
color: #8749CD;
}
.AnyTagClassName
{
color: #8749CD;
}
</style>
background-color css
<style>
a { background-color: #8749CD; }
a { background-color: rgb(135,73,205); }
div.DivClassName
{
background-color: #8749CD;
}
.BgClassName
{
background-color: #8749CD;
}
</style>
border-color css
<style>
span { border-color: #8749CD; }
span { border-color: rgb(135,73,205); }
td.TdClassName
{
border-color: #8749CD;
}
.TagClassName
{
border-color: #8749CD;
}
</style>