Shades of Deep Lilac #8D5FB8
Tints of Deep Lilac #8D5FB8
RGB
CMYK
RGB Variations
Color information
#8D5FB8 (or 0x8D5FB8) is known color: Deep Lilac. HEX triplet: 8D, 5F and B8. RGB value is (141,95,184). Sum of RGB (Red+Green+Blue) = 141+95+184=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #8D5FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5FB8 is #72A047. Grayscale: #767676. Windows color (decimal): -7512136 or 12083085. OLE color: 12083085.
HSL color Cylindrical-coordinate representation of color #8D5FB8: hue angle of 271.01º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D5FB8 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 95 | 184 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.28 |
| HSL | 271.01º | 0.39% | 0.55% | - |
| HSV(B) | 271.01º | 0.48% | 0.72% | - |
| XYZ | 23.73 | 17.31 | 47.44 | - |
| YUV | 118.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 184 | 0.23 | 0.48 | 0 | 0.28 | 271.01 | 0.39 | 0.55 |
| Hex | 8D | 5F | B8 | 17 | 30 | 0 | 1C | 10F | 27 | 37 |
| Octal | 215 | 137 | 270 | 27 | 60 | 0 | 34 | 417 | 47 | 67 |
| Binary | 10001101 | 1011111 | 10111000 | 10111 | 110000 | 0 | 11100 | 100001111 | 100111 | 110111 |
Color Harmonies of #8D5FB8
Complementary color
Monochromatic Colors of #8D5FB8
Black with #8D5FB8
Text Example
Text Example
White with #8D5FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FB8; }
p { color: rgb(141,95,184); }
H1.HeaderClassName
{
color: #8D5FB8;
}
.AnyTagClassName
{
color: #8D5FB8;
}
</style>
background-color css
<style>
a { background-color: #8D5FB8; }
a { background-color: rgb(141,95,184); }
div.DivClassName
{
background-color: #8D5FB8;
}
.BgClassName
{
background-color: #8D5FB8;
}
</style>
border-color css
<style>
span { border-color: #8D5FB8; }
span { border-color: rgb(141,95,184); }
td.TdClassName
{
border-color: #8D5FB8;
}
.TagClassName
{
border-color: #8D5FB8;
}
</style>