Shades of Deep Lilac #884ABF
Tints of Deep Lilac #884ABF
RGB
CMYK
RGB Variations
Color information
#884ABF (or 0x884ABF) is known color: Deep Lilac. HEX triplet: 88, 4A and BF. RGB value is (136,74,191). Sum of RGB (Red+Green+Blue) = 136+74+191=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #884ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ABF is #77B540. Grayscale: #696969. Windows color (decimal): -7845185 or 12536456. OLE color: 12536456.
HSL color Cylindrical-coordinate representation of color #884ABF: hue angle of 271.79º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884ABF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 74 | 191 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.25 |
| HSL | 271.79º | 0.48% | 0.52% | - |
| HSV(B) | 271.79º | 0.61% | 0.75% | - |
| XYZ | 22.01 | 13.89 | 50.81 | - |
| YUV | 105.88 | 176.04 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 191 | 0.29 | 0.61 | 0 | 0.25 | 271.79 | 0.48 | 0.52 |
| Hex | 88 | 4A | BF | 1D | 3D | 0 | 19 | 110 | 30 | 34 |
| Octal | 210 | 112 | 277 | 35 | 75 | 0 | 31 | 420 | 60 | 64 |
| Binary | 10001000 | 1001010 | 10111111 | 11101 | 111101 | 0 | 11001 | 100010000 | 110000 | 110100 |
Color Harmonies of #884ABF
Complementary color
Monochromatic Colors of #884ABF
Black with #884ABF
Text Example
Text Example
White with #884ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ABF; }
p { color: rgb(136,74,191); }
H1.HeaderClassName
{
color: #884ABF;
}
.AnyTagClassName
{
color: #884ABF;
}
</style>
background-color css
<style>
a { background-color: #884ABF; }
a { background-color: rgb(136,74,191); }
div.DivClassName
{
background-color: #884ABF;
}
.BgClassName
{
background-color: #884ABF;
}
</style>
border-color css
<style>
span { border-color: #884ABF; }
span { border-color: rgb(136,74,191); }
td.TdClassName
{
border-color: #884ABF;
}
.TagClassName
{
border-color: #884ABF;
}
</style>