Shades of Deep Lilac #884BAF
Tints of Deep Lilac #884BAF
RGB
CMYK
RGB Variations
Color information
#884BAF (or 0x884BAF) is known color: Deep Lilac. HEX triplet: 88, 4B and AF. RGB value is (136,75,175). Sum of RGB (Red+Green+Blue) = 136+75+175=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #884BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884BAF is #77B450. Grayscale: #686868. Windows color (decimal): -7844945 or 11488136. OLE color: 11488136.
HSL color Cylindrical-coordinate representation of color #884BAF: hue angle of 276.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884BAF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 75 | 175 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.31 |
| HSL | 276.6º | 0.4% | 0.49% | - |
| HSV(B) | 276.6º | 0.57% | 0.69% | - |
| XYZ | 20.41 | 13.36 | 42.06 | - |
| YUV | 104.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 175 | 0.22 | 0.57 | 0 | 0.31 | 276.6 | 0.4 | 0.49 |
| Hex | 88 | 4B | AF | 16 | 39 | 0 | 1F | 115 | 28 | 31 |
| Octal | 210 | 113 | 257 | 26 | 71 | 0 | 37 | 425 | 50 | 61 |
| Binary | 10001000 | 1001011 | 10101111 | 10110 | 111001 | 0 | 11111 | 100010101 | 101000 | 110001 |
Color Harmonies of #884BAF
Complementary color
Monochromatic Colors of #884BAF
Black with #884BAF
Text Example
Text Example
White with #884BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BAF; }
p { color: rgb(136,75,175); }
H1.HeaderClassName
{
color: #884BAF;
}
.AnyTagClassName
{
color: #884BAF;
}
</style>
background-color css
<style>
a { background-color: #884BAF; }
a { background-color: rgb(136,75,175); }
div.DivClassName
{
background-color: #884BAF;
}
.BgClassName
{
background-color: #884BAF;
}
</style>
border-color css
<style>
span { border-color: #884BAF; }
span { border-color: rgb(136,75,175); }
td.TdClassName
{
border-color: #884BAF;
}
.TagClassName
{
border-color: #884BAF;
}
</style>