Shades of Deep Lilac #873DB6
Tints of Deep Lilac #873DB6
RGB
CMYK
RGB Variations
Color information
#873DB6 (or 0x873DB6) is known color: Deep Lilac. HEX triplet: 87, 3D and B6. RGB value is (135,61,182). Sum of RGB (Red+Green+Blue) = 135+61+182=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #873DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DB6 is #78C249. Grayscale: #606060. Windows color (decimal): -7914058 or 11943303. OLE color: 11943303.
HSL color Cylindrical-coordinate representation of color #873DB6: hue angle of 276.69º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873DB6 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 135 | 61 | 182 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.29 |
| HSL | 276.69º | 0.5% | 0.48% | - |
| HSV(B) | 276.69º | 0.66% | 0.71% | - |
| XYZ | 20.1 | 11.87 | 45.49 | - |
| YUV | 96.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 182 | 0.26 | 0.66 | 0 | 0.29 | 276.69 | 0.5 | 0.48 |
| Hex | 87 | 3D | B6 | 1A | 42 | 0 | 1D | 115 | 32 | 30 |
| Octal | 207 | 75 | 266 | 32 | 102 | 0 | 35 | 425 | 62 | 60 |
| Binary | 10000111 | 111101 | 10110110 | 11010 | 1000010 | 0 | 11101 | 100010101 | 110010 | 110000 |
Color Harmonies of #873DB6
Complementary color
Monochromatic Colors of #873DB6
Black with #873DB6
Text Example
Text Example
White with #873DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DB6; }
p { color: rgb(135,61,182); }
H1.HeaderClassName
{
color: #873DB6;
}
.AnyTagClassName
{
color: #873DB6;
}
</style>
background-color css
<style>
a { background-color: #873DB6; }
a { background-color: rgb(135,61,182); }
div.DivClassName
{
background-color: #873DB6;
}
.BgClassName
{
background-color: #873DB6;
}
</style>
border-color css
<style>
span { border-color: #873DB6; }
span { border-color: rgb(135,61,182); }
td.TdClassName
{
border-color: #873DB6;
}
.TagClassName
{
border-color: #873DB6;
}
</style>