Shades of Deep Lilac #8D41BC
Tints of Deep Lilac #8D41BC
RGB
CMYK
RGB Variations
Color information
#8D41BC (or 0x8D41BC) is known color: Deep Lilac. HEX triplet: 8D, 41 and BC. RGB value is (141,65,188). Sum of RGB (Red+Green+Blue) = 141+65+188=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D41BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D41BC is #72BE43. Grayscale: #656565. Windows color (decimal): -7519812 or 12337549. OLE color: 12337549.
HSL color Cylindrical-coordinate representation of color #8D41BC: hue angle of 277.07º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D41BC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 65 | 188 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.26 |
| HSL | 277.07º | 0.49% | 0.5% | - |
| HSV(B) | 277.07º | 0.65% | 0.74% | - |
| XYZ | 21.95 | 13.07 | 48.94 | - |
| YUV | 101.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 188 | 0.25 | 0.65 | 0 | 0.26 | 277.07 | 0.49 | 0.5 |
| Hex | 8D | 41 | BC | 19 | 41 | 0 | 1A | 115 | 31 | 32 |
| Octal | 215 | 101 | 274 | 31 | 101 | 0 | 32 | 425 | 61 | 62 |
| Binary | 10001101 | 1000001 | 10111100 | 11001 | 1000001 | 0 | 11010 | 100010101 | 110001 | 110010 |
Color Harmonies of #8D41BC
Complementary color
Monochromatic Colors of #8D41BC
Black with #8D41BC
Text Example
Text Example
White with #8D41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D41BC; }
p { color: rgb(141,65,188); }
H1.HeaderClassName
{
color: #8D41BC;
}
.AnyTagClassName
{
color: #8D41BC;
}
</style>
background-color css
<style>
a { background-color: #8D41BC; }
a { background-color: rgb(141,65,188); }
div.DivClassName
{
background-color: #8D41BC;
}
.BgClassName
{
background-color: #8D41BC;
}
</style>
border-color css
<style>
span { border-color: #8D41BC; }
span { border-color: rgb(141,65,188); }
td.TdClassName
{
border-color: #8D41BC;
}
.TagClassName
{
border-color: #8D41BC;
}
</style>