Shades of Deep Lilac #875DB3
Tints of Deep Lilac #875DB3
RGB
CMYK
RGB Variations
Color information
#875DB3 (or 0x875DB3) is known color: Deep Lilac. HEX triplet: 87, 5D and B3. RGB value is (135,93,179). Sum of RGB (Red+Green+Blue) = 135+93+179=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #875DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875DB3 is #78A24C. Grayscale: #737373. Windows color (decimal): -7905869 or 11754887. OLE color: 11754887.
HSL color Cylindrical-coordinate representation of color #875DB3: hue angle of 269.3º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875DB3 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 135 | 93 | 179 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.30 |
| HSL | 269.3º | 0.36% | 0.53% | - |
| HSV(B) | 269.3º | 0.48% | 0.7% | - |
| XYZ | 22.04 | 16.23 | 44.62 | - |
| YUV | 115.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 179 | 0.25 | 0.48 | 0 | 0.30 | 269.3 | 0.36 | 0.53 |
| Hex | 87 | 5D | B3 | 19 | 30 | 0 | 1E | 10D | 24 | 35 |
| Octal | 207 | 135 | 263 | 31 | 60 | 0 | 36 | 415 | 44 | 65 |
| Binary | 10000111 | 1011101 | 10110011 | 11001 | 110000 | 0 | 11110 | 100001101 | 100100 | 110101 |
Color Harmonies of #875DB3
Complementary color
Monochromatic Colors of #875DB3
Black with #875DB3
Text Example
Text Example
White with #875DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DB3; }
p { color: rgb(135,93,179); }
H1.HeaderClassName
{
color: #875DB3;
}
.AnyTagClassName
{
color: #875DB3;
}
</style>
background-color css
<style>
a { background-color: #875DB3; }
a { background-color: rgb(135,93,179); }
div.DivClassName
{
background-color: #875DB3;
}
.BgClassName
{
background-color: #875DB3;
}
</style>
border-color css
<style>
span { border-color: #875DB3; }
span { border-color: rgb(135,93,179); }
td.TdClassName
{
border-color: #875DB3;
}
.TagClassName
{
border-color: #875DB3;
}
</style>