Shades of Deep Lilac #884AB3
Tints of Deep Lilac #884AB3
RGB
CMYK
RGB Variations
Color information
#884AB3 (or 0x884AB3) is known color: Deep Lilac. HEX triplet: 88, 4A and B3. RGB value is (136,74,179). Sum of RGB (Red+Green+Blue) = 136+74+179=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #884AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AB3 is #77B54C. Grayscale: #686868. Windows color (decimal): -7845197 or 11750024. OLE color: 11750024.
HSL color Cylindrical-coordinate representation of color #884AB3: hue angle of 275.43º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #884AB3 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 74 | 179 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.30 |
| HSL | 275.43º | 0.42% | 0.5% | - |
| HSV(B) | 275.43º | 0.59% | 0.7% | - |
| XYZ | 20.74 | 13.39 | 44.14 | - |
| YUV | 104.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 179 | 0.24 | 0.59 | 0 | 0.30 | 275.43 | 0.42 | 0.5 |
| Hex | 88 | 4A | B3 | 18 | 3B | 0 | 1E | 113 | 2A | 32 |
| Octal | 210 | 112 | 263 | 30 | 73 | 0 | 36 | 423 | 52 | 62 |
| Binary | 10001000 | 1001010 | 10110011 | 11000 | 111011 | 0 | 11110 | 100010011 | 101010 | 110010 |
Color Harmonies of #884AB3
Complementary color
Monochromatic Colors of #884AB3
Black with #884AB3
Text Example
Text Example
White with #884AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AB3; }
p { color: rgb(136,74,179); }
H1.HeaderClassName
{
color: #884AB3;
}
.AnyTagClassName
{
color: #884AB3;
}
</style>
background-color css
<style>
a { background-color: #884AB3; }
a { background-color: rgb(136,74,179); }
div.DivClassName
{
background-color: #884AB3;
}
.BgClassName
{
background-color: #884AB3;
}
</style>
border-color css
<style>
span { border-color: #884AB3; }
span { border-color: rgb(136,74,179); }
td.TdClassName
{
border-color: #884AB3;
}
.TagClassName
{
border-color: #884AB3;
}
</style>