Shades of Deep Lilac #8D4ABC
Tints of Deep Lilac #8D4ABC
RGB
CMYK
RGB Variations
Color information
#8D4ABC (or 0x8D4ABC) is known color: Deep Lilac. HEX triplet: 8D, 4A and BC. RGB value is (141,74,188). Sum of RGB (Red+Green+Blue) = 141+74+188=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ABC is #72B543. Grayscale: #6A6A6A. Windows color (decimal): -7517508 or 12339853. OLE color: 12339853.
HSL color Cylindrical-coordinate representation of color #8D4ABC: hue angle of 275.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D4ABC is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 74 | 188 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.26 |
| HSL | 275.26º | 0.46% | 0.51% | - |
| HSV(B) | 275.26º | 0.61% | 0.74% | - |
| XYZ | 22.51 | 14.19 | 49.13 | - |
| YUV | 107.03 | 173.7 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 188 | 0.25 | 0.61 | 0 | 0.26 | 275.26 | 0.46 | 0.51 |
| Hex | 8D | 4A | BC | 19 | 3D | 0 | 1A | 113 | 2E | 33 |
| Octal | 215 | 112 | 274 | 31 | 75 | 0 | 32 | 423 | 56 | 63 |
| Binary | 10001101 | 1001010 | 10111100 | 11001 | 111101 | 0 | 11010 | 100010011 | 101110 | 110011 |
Color Harmonies of #8D4ABC
Complementary color
Monochromatic Colors of #8D4ABC
Black with #8D4ABC
Text Example
Text Example
White with #8D4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4ABC; }
p { color: rgb(141,74,188); }
H1.HeaderClassName
{
color: #8D4ABC;
}
.AnyTagClassName
{
color: #8D4ABC;
}
</style>
background-color css
<style>
a { background-color: #8D4ABC; }
a { background-color: rgb(141,74,188); }
div.DivClassName
{
background-color: #8D4ABC;
}
.BgClassName
{
background-color: #8D4ABC;
}
</style>
border-color css
<style>
span { border-color: #8D4ABC; }
span { border-color: rgb(141,74,188); }
td.TdClassName
{
border-color: #8D4ABC;
}
.TagClassName
{
border-color: #8D4ABC;
}
</style>