Shades of Deep Lilac #884AC3
Tints of Deep Lilac #884AC3
RGB
CMYK
RGB Variations
Color information
#884AC3 (or 0x884AC3) is known color: Deep Lilac. HEX triplet: 88, 4A and C3. RGB value is (136,74,195). Sum of RGB (Red+Green+Blue) = 136+74+195=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #884AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AC3 is #77B53C. Grayscale: #696969. Windows color (decimal): -7845181 or 12798600. OLE color: 12798600.
HSL color Cylindrical-coordinate representation of color #884AC3: hue angle of 270.74º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884AC3 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 74 | 195 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.24 |
| HSL | 270.74º | 0.5% | 0.53% | - |
| HSV(B) | 270.74º | 0.62% | 0.76% | - |
| XYZ | 22.45 | 14.07 | 53.16 | - |
| YUV | 106.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 195 | 0.30 | 0.62 | 0 | 0.24 | 270.74 | 0.5 | 0.53 |
| Hex | 88 | 4A | C3 | 1E | 3E | 0 | 18 | 10F | 32 | 35 |
| Octal | 210 | 112 | 303 | 36 | 76 | 0 | 30 | 417 | 62 | 65 |
| Binary | 10001000 | 1001010 | 11000011 | 11110 | 111110 | 0 | 11000 | 100001111 | 110010 | 110101 |
Color Harmonies of #884AC3
Complementary color
Monochromatic Colors of #884AC3
Black with #884AC3
Text Example
Text Example
White with #884AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AC3; }
p { color: rgb(136,74,195); }
H1.HeaderClassName
{
color: #884AC3;
}
.AnyTagClassName
{
color: #884AC3;
}
</style>
background-color css
<style>
a { background-color: #884AC3; }
a { background-color: rgb(136,74,195); }
div.DivClassName
{
background-color: #884AC3;
}
.BgClassName
{
background-color: #884AC3;
}
</style>
border-color css
<style>
span { border-color: #884AC3; }
span { border-color: rgb(136,74,195); }
td.TdClassName
{
border-color: #884AC3;
}
.TagClassName
{
border-color: #884AC3;
}
</style>