Shades of Deep Lilac #8D4CC7
Tints of Deep Lilac #8D4CC7
RGB
CMYK
RGB Variations
Color information
#8D4CC7 (or 0x8D4CC7) is known color: Deep Lilac. HEX triplet: 8D, 4C and C7. RGB value is (141,76,199). Sum of RGB (Red+Green+Blue) = 141+76+199=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #8D4CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CC7 is #72B338. Grayscale: #6D6D6D. Windows color (decimal): -7516985 or 13061261. OLE color: 13061261.
HSL color Cylindrical-coordinate representation of color #8D4CC7: hue angle of 271.71º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4CC7 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 76 | 199 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.22 |
| HSL | 271.71º | 0.52% | 0.54% | - |
| HSV(B) | 271.71º | 0.62% | 0.78% | - |
| XYZ | 23.88 | 14.96 | 55.66 | - |
| YUV | 109.46 | 178.53 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 199 | 0.29 | 0.62 | 0 | 0.22 | 271.71 | 0.52 | 0.54 |
| Hex | 8D | 4C | C7 | 1D | 3E | 0 | 16 | 110 | 34 | 36 |
| Octal | 215 | 114 | 307 | 35 | 76 | 0 | 26 | 420 | 64 | 66 |
| Binary | 10001101 | 1001100 | 11000111 | 11101 | 111110 | 0 | 10110 | 100010000 | 110100 | 110110 |
Color Harmonies of #8D4CC7
Complementary color
Monochromatic Colors of #8D4CC7
Black with #8D4CC7
Text Example
Text Example
White with #8D4CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CC7; }
p { color: rgb(141,76,199); }
H1.HeaderClassName
{
color: #8D4CC7;
}
.AnyTagClassName
{
color: #8D4CC7;
}
</style>
background-color css
<style>
a { background-color: #8D4CC7; }
a { background-color: rgb(141,76,199); }
div.DivClassName
{
background-color: #8D4CC7;
}
.BgClassName
{
background-color: #8D4CC7;
}
</style>
border-color css
<style>
span { border-color: #8D4CC7; }
span { border-color: rgb(141,76,199); }
td.TdClassName
{
border-color: #8D4CC7;
}
.TagClassName
{
border-color: #8D4CC7;
}
</style>