Shades of Deep Lilac #8D48CC
Tints of Deep Lilac #8D48CC
RGB
CMYK
RGB Variations
Color information
#8D48CC (or 0x8D48CC) is known color: Deep Lilac. HEX triplet: 8D, 48 and CC. RGB value is (141,72,204). Sum of RGB (Red+Green+Blue) = 141+72+204=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D48CC is #72B733. Grayscale: #6B6B6B. Windows color (decimal): -7518004 or 13387917. OLE color: 13387917.
HSL color Cylindrical-coordinate representation of color #8D48CC: hue angle of 271.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D48CC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 72 | 204 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.2 |
| HSL | 271.36º | 0.56% | 0.54% | - |
| HSV(B) | 271.36º | 0.65% | 0.8% | - |
| XYZ | 24.2 | 14.66 | 58.68 | - |
| YUV | 107.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 204 | 0.31 | 0.65 | 0 | 0.2 | 271.36 | 0.56 | 0.54 |
| Hex | 8D | 48 | CC | 1F | 41 | 0 | 14 | 10F | 38 | 36 |
| Octal | 215 | 110 | 314 | 37 | 101 | 0 | 24 | 417 | 70 | 66 |
| Binary | 10001101 | 1001000 | 11001100 | 11111 | 1000001 | 0 | 10100 | 100001111 | 111000 | 110110 |
Color Harmonies of #8D48CC
Complementary color
Monochromatic Colors of #8D48CC
Black with #8D48CC
Text Example
Text Example
White with #8D48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D48CC; }
p { color: rgb(141,72,204); }
H1.HeaderClassName
{
color: #8D48CC;
}
.AnyTagClassName
{
color: #8D48CC;
}
</style>
background-color css
<style>
a { background-color: #8D48CC; }
a { background-color: rgb(141,72,204); }
div.DivClassName
{
background-color: #8D48CC;
}
.BgClassName
{
background-color: #8D48CC;
}
</style>
border-color css
<style>
span { border-color: #8D48CC; }
span { border-color: rgb(141,72,204); }
td.TdClassName
{
border-color: #8D48CC;
}
.TagClassName
{
border-color: #8D48CC;
}
</style>