Shades of Deep Lilac #875DB1
Tints of Deep Lilac #875DB1
RGB
CMYK
RGB Variations
Color information
#875DB1 (or 0x875DB1) is known color: Deep Lilac. HEX triplet: 87, 5D and B1. RGB value is (135,93,177). Sum of RGB (Red+Green+Blue) = 135+93+177=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #875DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DB1 is #78A24E. Grayscale: #727272. Windows color (decimal): -7905871 or 11623815. OLE color: 11623815.
HSL color Cylindrical-coordinate representation of color #875DB1: hue angle of 270º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875DB1 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 135 | 93 | 177 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.31 |
| HSL | 270º | 0.35% | 0.53% | - |
| HSV(B) | 270º | 0.47% | 0.69% | - |
| XYZ | 21.84 | 16.15 | 43.56 | - |
| YUV | 115.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 177 | 0.24 | 0.47 | 0 | 0.31 | 270 | 0.35 | 0.53 |
| Hex | 87 | 5D | B1 | 18 | 2F | 0 | 1F | 10E | 23 | 35 |
| Octal | 207 | 135 | 261 | 30 | 57 | 0 | 37 | 416 | 43 | 65 |
| Binary | 10000111 | 1011101 | 10110001 | 11000 | 101111 | 0 | 11111 | 100001110 | 100011 | 110101 |
Color Harmonies of #875DB1
Complementary color
Monochromatic Colors of #875DB1
Black with #875DB1
Text Example
Text Example
White with #875DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DB1; }
p { color: rgb(135,93,177); }
H1.HeaderClassName
{
color: #875DB1;
}
.AnyTagClassName
{
color: #875DB1;
}
</style>
background-color css
<style>
a { background-color: #875DB1; }
a { background-color: rgb(135,93,177); }
div.DivClassName
{
background-color: #875DB1;
}
.BgClassName
{
background-color: #875DB1;
}
</style>
border-color css
<style>
span { border-color: #875DB1; }
span { border-color: rgb(135,93,177); }
td.TdClassName
{
border-color: #875DB1;
}
.TagClassName
{
border-color: #875DB1;
}
</style>