Shades of Deep Lilac #884FB5
Tints of Deep Lilac #884FB5
RGB
CMYK
RGB Variations
Color information
#884FB5 (or 0x884FB5) is known color: Deep Lilac. HEX triplet: 88, 4F and B5. RGB value is (136,79,181). Sum of RGB (Red+Green+Blue) = 136+79+181=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #884FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884FB5 is #77B04A. Grayscale: #6B6B6B. Windows color (decimal): -7843915 or 11882376. OLE color: 11882376.
HSL color Cylindrical-coordinate representation of color #884FB5: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #884FB5 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 79 | 181 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.29 |
| HSL | 273.53º | 0.41% | 0.51% | - |
| HSV(B) | 273.53º | 0.56% | 0.71% | - |
| XYZ | 21.29 | 14.16 | 45.33 | - |
| YUV | 107.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 181 | 0.25 | 0.56 | 0 | 0.29 | 273.53 | 0.41 | 0.51 |
| Hex | 88 | 4F | B5 | 19 | 38 | 0 | 1D | 112 | 29 | 33 |
| Octal | 210 | 117 | 265 | 31 | 70 | 0 | 35 | 422 | 51 | 63 |
| Binary | 10001000 | 1001111 | 10110101 | 11001 | 111000 | 0 | 11101 | 100010010 | 101001 | 110011 |
Color Harmonies of #884FB5
Complementary color
Monochromatic Colors of #884FB5
Black with #884FB5
Text Example
Text Example
White with #884FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884FB5; }
p { color: rgb(136,79,181); }
H1.HeaderClassName
{
color: #884FB5;
}
.AnyTagClassName
{
color: #884FB5;
}
</style>
background-color css
<style>
a { background-color: #884FB5; }
a { background-color: rgb(136,79,181); }
div.DivClassName
{
background-color: #884FB5;
}
.BgClassName
{
background-color: #884FB5;
}
</style>
border-color css
<style>
span { border-color: #884FB5; }
span { border-color: rgb(136,79,181); }
td.TdClassName
{
border-color: #884FB5;
}
.TagClassName
{
border-color: #884FB5;
}
</style>