Shades of Deep Lilac #8D4ACC
Tints of Deep Lilac #8D4ACC
RGB
CMYK
RGB Variations
Color information
#8D4ACC (or 0x8D4ACC) is known color: Deep Lilac. HEX triplet: 8D, 4A and CC. RGB value is (141,74,204). Sum of RGB (Red+Green+Blue) = 141+74+204=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D4ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ACC is #72B533. Grayscale: #6C6C6C. Windows color (decimal): -7517492 or 13388429. OLE color: 13388429.
HSL color Cylindrical-coordinate representation of color #8D4ACC: hue angle of 270.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D4ACC is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 74 | 204 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.2 |
| HSL | 270.92º | 0.56% | 0.55% | - |
| HSV(B) | 270.92º | 0.64% | 0.8% | - |
| XYZ | 24.33 | 14.92 | 58.72 | - |
| YUV | 108.85 | 181.7 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 204 | 0.31 | 0.64 | 0 | 0.2 | 270.92 | 0.56 | 0.55 |
| Hex | 8D | 4A | CC | 1F | 40 | 0 | 14 | 10F | 38 | 37 |
| Octal | 215 | 112 | 314 | 37 | 100 | 0 | 24 | 417 | 70 | 67 |
| Binary | 10001101 | 1001010 | 11001100 | 11111 | 1000000 | 0 | 10100 | 100001111 | 111000 | 110111 |
Color Harmonies of #8D4ACC
Complementary color
Monochromatic Colors of #8D4ACC
Black with #8D4ACC
Text Example
Text Example
White with #8D4ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4ACC; }
p { color: rgb(141,74,204); }
H1.HeaderClassName
{
color: #8D4ACC;
}
.AnyTagClassName
{
color: #8D4ACC;
}
</style>
background-color css
<style>
a { background-color: #8D4ACC; }
a { background-color: rgb(141,74,204); }
div.DivClassName
{
background-color: #8D4ACC;
}
.BgClassName
{
background-color: #8D4ACC;
}
</style>
border-color css
<style>
span { border-color: #8D4ACC; }
span { border-color: rgb(141,74,204); }
td.TdClassName
{
border-color: #8D4ACC;
}
.TagClassName
{
border-color: #8D4ACC;
}
</style>