Shades of Deep Lilac #8F5DB8
Tints of Deep Lilac #8F5DB8
RGB
CMYK
RGB Variations
Color information
#8F5DB8 (or 0x8F5DB8) is known color: Deep Lilac. HEX triplet: 8F, 5D and B8. RGB value is (143,93,184). Sum of RGB (Red+Green+Blue) = 143+93+184=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 93 (36.72% from 255 or 22.14% 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 #8F5DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5DB8 is #70A247. Grayscale: #767676. Windows color (decimal): -7381576 or 12082575. OLE color: 12082575.
HSL color Cylindrical-coordinate representation of color #8F5DB8: hue angle of 272.97º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F5DB8 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 93 | 184 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.28 |
| HSL | 272.97º | 0.39% | 0.54% | - |
| HSV(B) | 272.97º | 0.49% | 0.72% | - |
| XYZ | 23.89 | 17.13 | 47.39 | - |
| YUV | 118.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 93 | 184 | 0.22 | 0.49 | 0 | 0.28 | 272.97 | 0.39 | 0.54 |
| Hex | 8F | 5D | B8 | 16 | 31 | 0 | 1C | 111 | 27 | 36 |
| Octal | 217 | 135 | 270 | 26 | 61 | 0 | 34 | 421 | 47 | 66 |
| Binary | 10001111 | 1011101 | 10111000 | 10110 | 110001 | 0 | 11100 | 100010001 | 100111 | 110110 |
Color Harmonies of #8F5DB8
Complementary color
Monochromatic Colors of #8F5DB8
Black with #8F5DB8
Text Example
Text Example
White with #8F5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5DB8; }
p { color: rgb(143,93,184); }
H1.HeaderClassName
{
color: #8F5DB8;
}
.AnyTagClassName
{
color: #8F5DB8;
}
</style>
background-color css
<style>
a { background-color: #8F5DB8; }
a { background-color: rgb(143,93,184); }
div.DivClassName
{
background-color: #8F5DB8;
}
.BgClassName
{
background-color: #8F5DB8;
}
</style>
border-color css
<style>
span { border-color: #8F5DB8; }
span { border-color: rgb(143,93,184); }
td.TdClassName
{
border-color: #8F5DB8;
}
.TagClassName
{
border-color: #8F5DB8;
}
</style>