Shades of Deep Lilac #893FBA
Tints of Deep Lilac #893FBA
RGB
CMYK
RGB Variations
Color information
#893FBA (or 0x893FBA) is known color: Deep Lilac. HEX triplet: 89, 3F and BA. RGB value is (137,63,186). Sum of RGB (Red+Green+Blue) = 137+63+186=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #893FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #893FBA is #76C045. Grayscale: #626262. Windows color (decimal): -7782470 or 12205961. OLE color: 12205961.
HSL color Cylindrical-coordinate representation of color #893FBA: hue angle of 276.1º 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 #893FBA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 63 | 186 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.27 |
| HSL | 276.1º | 0.49% | 0.49% | - |
| HSV(B) | 276.1º | 0.66% | 0.73% | - |
| XYZ | 20.96 | 12.42 | 47.75 | - |
| YUV | 99.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 186 | 0.26 | 0.66 | 0 | 0.27 | 276.1 | 0.49 | 0.49 |
| Hex | 89 | 3F | BA | 1A | 42 | 0 | 1B | 114 | 31 | 31 |
| Octal | 211 | 77 | 272 | 32 | 102 | 0 | 33 | 424 | 61 | 61 |
| Binary | 10001001 | 111111 | 10111010 | 11010 | 1000010 | 0 | 11011 | 100010100 | 110001 | 110001 |
Color Harmonies of #893FBA
Complementary color
Monochromatic Colors of #893FBA
Black with #893FBA
Text Example
Text Example
White with #893FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FBA; }
p { color: rgb(137,63,186); }
H1.HeaderClassName
{
color: #893FBA;
}
.AnyTagClassName
{
color: #893FBA;
}
</style>
background-color css
<style>
a { background-color: #893FBA; }
a { background-color: rgb(137,63,186); }
div.DivClassName
{
background-color: #893FBA;
}
.BgClassName
{
background-color: #893FBA;
}
</style>
border-color css
<style>
span { border-color: #893FBA; }
span { border-color: rgb(137,63,186); }
td.TdClassName
{
border-color: #893FBA;
}
.TagClassName
{
border-color: #893FBA;
}
</style>