Shades of Deep Lilac #8D5DBB
Tints of Deep Lilac #8D5DBB
RGB
CMYK
RGB Variations
Color information
#8D5DBB (or 0x8D5DBB) is known color: Deep Lilac. HEX triplet: 8D, 5D and BB. RGB value is (141,93,187). Sum of RGB (Red+Green+Blue) = 141+93+187=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D5DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5DBB is #72A244. Grayscale: #757575. Windows color (decimal): -7512645 or 12279181. OLE color: 12279181.
HSL color Cylindrical-coordinate representation of color #8D5DBB: hue angle of 270.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D5DBB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 93 | 187 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.27 |
| HSL | 270.64º | 0.41% | 0.55% | - |
| HSV(B) | 270.64º | 0.5% | 0.73% | - |
| XYZ | 23.87 | 17.08 | 49.05 | - |
| YUV | 118.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 187 | 0.25 | 0.50 | 0 | 0.27 | 270.64 | 0.41 | 0.55 |
| Hex | 8D | 5D | BB | 19 | 32 | 0 | 1B | 10F | 29 | 37 |
| Octal | 215 | 135 | 273 | 31 | 62 | 0 | 33 | 417 | 51 | 67 |
| Binary | 10001101 | 1011101 | 10111011 | 11001 | 110010 | 0 | 11011 | 100001111 | 101001 | 110111 |
Color Harmonies of #8D5DBB
Complementary color
Monochromatic Colors of #8D5DBB
Black with #8D5DBB
Text Example
Text Example
White with #8D5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5DBB; }
p { color: rgb(141,93,187); }
H1.HeaderClassName
{
color: #8D5DBB;
}
.AnyTagClassName
{
color: #8D5DBB;
}
</style>
background-color css
<style>
a { background-color: #8D5DBB; }
a { background-color: rgb(141,93,187); }
div.DivClassName
{
background-color: #8D5DBB;
}
.BgClassName
{
background-color: #8D5DBB;
}
</style>
border-color css
<style>
span { border-color: #8D5DBB; }
span { border-color: rgb(141,93,187); }
td.TdClassName
{
border-color: #8D5DBB;
}
.TagClassName
{
border-color: #8D5DBB;
}
</style>