Shades of Deep Lilac #893FB2
Tints of Deep Lilac #893FB2
RGB
CMYK
RGB Variations
Color information
#893FB2 (or 0x893FB2) is known color: Deep Lilac. HEX triplet: 89, 3F and B2. RGB value is (137,63,178). Sum of RGB (Red+Green+Blue) = 137+63+178=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 178 - color contains mainly: blue. Hex color #893FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #893FB2 is #76C04D. Grayscale: #616161. Windows color (decimal): -7782478 or 11681673. OLE color: 11681673.
HSL color Cylindrical-coordinate representation of color #893FB2: hue angle of 278.61º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893FB2 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 63 | 178 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.30 |
| HSL | 278.61º | 0.48% | 0.47% | - |
| HSV(B) | 278.61º | 0.65% | 0.7% | - |
| XYZ | 20.13 | 12.09 | 43.39 | - |
| YUV | 98.24 | 173.02 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 63 | 178 | 0.23 | 0.65 | 0 | 0.30 | 278.61 | 0.48 | 0.47 |
| Hex | 89 | 3F | B2 | 17 | 41 | 0 | 1E | 117 | 30 | 2F |
| Octal | 211 | 77 | 262 | 27 | 101 | 0 | 36 | 427 | 60 | 57 |
| Binary | 10001001 | 111111 | 10110010 | 10111 | 1000001 | 0 | 11110 | 100010111 | 110000 | 101111 |
Color Harmonies of #893FB2
Complementary color
Monochromatic Colors of #893FB2
Black with #893FB2
Text Example
Text Example
White with #893FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893FB2; }
p { color: rgb(137,63,178); }
H1.HeaderClassName
{
color: #893FB2;
}
.AnyTagClassName
{
color: #893FB2;
}
</style>
background-color css
<style>
a { background-color: #893FB2; }
a { background-color: rgb(137,63,178); }
div.DivClassName
{
background-color: #893FB2;
}
.BgClassName
{
background-color: #893FB2;
}
</style>
border-color css
<style>
span { border-color: #893FB2; }
span { border-color: rgb(137,63,178); }
td.TdClassName
{
border-color: #893FB2;
}
.TagClassName
{
border-color: #893FB2;
}
</style>