Shades of Deep Lilac #875DB5
Tints of Deep Lilac #875DB5
RGB
CMYK
RGB Variations
Color information
#875DB5 (or 0x875DB5) is known color: Deep Lilac. HEX triplet: 87, 5D and B5. RGB value is (135,93,181). Sum of RGB (Red+Green+Blue) = 135+93+181=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 181 (71.09% from 255 or 44.25% from 409); Max value from RGB is 181 - color contains mainly: blue. Hex color #875DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DB5 is #78A24A. Grayscale: #737373. Windows color (decimal): -7905867 or 11885959. OLE color: 11885959.
HSL color Cylindrical-coordinate representation of color #875DB5: hue angle of 268.64º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875DB5 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 93 | 181 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.29 |
| HSL | 268.64º | 0.37% | 0.54% | - |
| HSV(B) | 268.64º | 0.49% | 0.71% | - |
| XYZ | 22.25 | 16.32 | 45.69 | - |
| YUV | 115.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 181 | 0.25 | 0.49 | 0 | 0.29 | 268.64 | 0.37 | 0.54 |
| Hex | 87 | 5D | B5 | 19 | 31 | 0 | 1D | 10D | 25 | 36 |
| Octal | 207 | 135 | 265 | 31 | 61 | 0 | 35 | 415 | 45 | 66 |
| Binary | 10000111 | 1011101 | 10110101 | 11001 | 110001 | 0 | 11101 | 100001101 | 100101 | 110110 |
Color Harmonies of #875DB5
Complementary color
Monochromatic Colors of #875DB5
Black with #875DB5
Text Example
Text Example
White with #875DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DB5; }
p { color: rgb(135,93,181); }
H1.HeaderClassName
{
color: #875DB5;
}
.AnyTagClassName
{
color: #875DB5;
}
</style>
background-color css
<style>
a { background-color: #875DB5; }
a { background-color: rgb(135,93,181); }
div.DivClassName
{
background-color: #875DB5;
}
.BgClassName
{
background-color: #875DB5;
}
</style>
border-color css
<style>
span { border-color: #875DB5; }
span { border-color: rgb(135,93,181); }
td.TdClassName
{
border-color: #875DB5;
}
.TagClassName
{
border-color: #875DB5;
}
</style>