Shades of Deep Lilac #8745BC
Tints of Deep Lilac #8745BC
RGB
CMYK
RGB Variations
Color information
#8745BC (or 0x8745BC) is known color: Deep Lilac. HEX triplet: 87, 45 and BC. RGB value is (135,69,188). Sum of RGB (Red+Green+Blue) = 135+69+188=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #8745BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8745BC is #78BA43. Grayscale: #656565. Windows color (decimal): -7912004 or 12338567. OLE color: 12338567.
HSL color Cylindrical-coordinate representation of color #8745BC: hue angle of 273.28º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8745BC is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 69 | 188 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.26 |
| HSL | 273.28º | 0.47% | 0.5% | - |
| HSV(B) | 273.28º | 0.63% | 0.74% | - |
| XYZ | 21.2 | 13.04 | 48.98 | - |
| YUV | 102.3 | 176.37 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 188 | 0.28 | 0.63 | 0 | 0.26 | 273.28 | 0.47 | 0.5 |
| Hex | 87 | 45 | BC | 1C | 3F | 0 | 1A | 111 | 2F | 32 |
| Octal | 207 | 105 | 274 | 34 | 77 | 0 | 32 | 421 | 57 | 62 |
| Binary | 10000111 | 1000101 | 10111100 | 11100 | 111111 | 0 | 11010 | 100010001 | 101111 | 110010 |
Color Harmonies of #8745BC
Complementary color
Monochromatic Colors of #8745BC
Black with #8745BC
Text Example
Text Example
White with #8745BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8745BC; }
p { color: rgb(135,69,188); }
H1.HeaderClassName
{
color: #8745BC;
}
.AnyTagClassName
{
color: #8745BC;
}
</style>
background-color css
<style>
a { background-color: #8745BC; }
a { background-color: rgb(135,69,188); }
div.DivClassName
{
background-color: #8745BC;
}
.BgClassName
{
background-color: #8745BC;
}
</style>
border-color css
<style>
span { border-color: #8745BC; }
span { border-color: rgb(135,69,188); }
td.TdClassName
{
border-color: #8745BC;
}
.TagClassName
{
border-color: #8745BC;
}
</style>