Shades of Deep Lilac #8D5BAF
Tints of Deep Lilac #8D5BAF
RGB
CMYK
RGB Variations
Color information
#8D5BAF (or 0x8D5BAF) is known color: Deep Lilac. HEX triplet: 8D, 5B and AF. RGB value is (141,91,175). Sum of RGB (Red+Green+Blue) = 141+91+175=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5BAF is #72A450. Grayscale: #737373. Windows color (decimal): -7513169 or 11492237. OLE color: 11492237.
HSL color Cylindrical-coordinate representation of color #8D5BAF: hue angle of 275.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D5BAF is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 91 | 175 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.31 |
| HSL | 275.71º | 0.34% | 0.52% | - |
| HSV(B) | 275.71º | 0.48% | 0.69% | - |
| XYZ | 22.46 | 16.24 | 42.51 | - |
| YUV | 115.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 91 | 175 | 0.19 | 0.48 | 0 | 0.31 | 275.71 | 0.34 | 0.52 |
| Hex | 8D | 5B | AF | 13 | 30 | 0 | 1F | 114 | 22 | 34 |
| Octal | 215 | 133 | 257 | 23 | 60 | 0 | 37 | 424 | 42 | 64 |
| Binary | 10001101 | 1011011 | 10101111 | 10011 | 110000 | 0 | 11111 | 100010100 | 100010 | 110100 |
Color Harmonies of #8D5BAF
Complementary color
Monochromatic Colors of #8D5BAF
Black with #8D5BAF
Text Example
Text Example
White with #8D5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5BAF; }
p { color: rgb(141,91,175); }
H1.HeaderClassName
{
color: #8D5BAF;
}
.AnyTagClassName
{
color: #8D5BAF;
}
</style>
background-color css
<style>
a { background-color: #8D5BAF; }
a { background-color: rgb(141,91,175); }
div.DivClassName
{
background-color: #8D5BAF;
}
.BgClassName
{
background-color: #8D5BAF;
}
</style>
border-color css
<style>
span { border-color: #8D5BAF; }
span { border-color: rgb(141,91,175); }
td.TdClassName
{
border-color: #8D5BAF;
}
.TagClassName
{
border-color: #8D5BAF;
}
</style>