Shades of Deep Lilac #873FBA
Tints of Deep Lilac #873FBA
RGB
CMYK
RGB Variations
Color information
#873FBA (or 0x873FBA) is known color: Deep Lilac. HEX triplet: 87, 3F and BA. RGB value is (135,63,186). Sum of RGB (Red+Green+Blue) = 135+63+186=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #873FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FBA is #78C045. Grayscale: #626262. Windows color (decimal): -7913542 or 12205959. OLE color: 12205959.
HSL color Cylindrical-coordinate representation of color #873FBA: hue angle of 275.12º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #873FBA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 63 | 186 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.27 |
| HSL | 275.12º | 0.49% | 0.49% | - |
| HSV(B) | 275.12º | 0.66% | 0.73% | - |
| XYZ | 20.63 | 12.25 | 47.73 | - |
| YUV | 98.55 | 177.35 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 186 | 0.27 | 0.66 | 0 | 0.27 | 275.12 | 0.49 | 0.49 |
| Hex | 87 | 3F | BA | 1B | 42 | 0 | 1B | 113 | 31 | 31 |
| Octal | 207 | 77 | 272 | 33 | 102 | 0 | 33 | 423 | 61 | 61 |
| Binary | 10000111 | 111111 | 10111010 | 11011 | 1000010 | 0 | 11011 | 100010011 | 110001 | 110001 |
Color Harmonies of #873FBA
Complementary color
Monochromatic Colors of #873FBA
Black with #873FBA
Text Example
Text Example
White with #873FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FBA; }
p { color: rgb(135,63,186); }
H1.HeaderClassName
{
color: #873FBA;
}
.AnyTagClassName
{
color: #873FBA;
}
</style>
background-color css
<style>
a { background-color: #873FBA; }
a { background-color: rgb(135,63,186); }
div.DivClassName
{
background-color: #873FBA;
}
.BgClassName
{
background-color: #873FBA;
}
</style>
border-color css
<style>
span { border-color: #873FBA; }
span { border-color: rgb(135,63,186); }
td.TdClassName
{
border-color: #873FBA;
}
.TagClassName
{
border-color: #873FBA;
}
</style>