Shades of Deep Lilac #8D43BE
Tints of Deep Lilac #8D43BE
RGB
CMYK
RGB Variations
Color information
#8D43BE (or 0x8D43BE) is known color: Deep Lilac. HEX triplet: 8D, 43 and BE. RGB value is (141,67,190). Sum of RGB (Red+Green+Blue) = 141+67+190=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D43BE is #72BC41. Grayscale: #666666. Windows color (decimal): -7519298 or 12469133. OLE color: 12469133.
HSL color Cylindrical-coordinate representation of color #8D43BE: hue angle of 276.1º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D43BE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 67 | 190 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.25 |
| HSL | 276.1º | 0.49% | 0.5% | - |
| HSV(B) | 276.1º | 0.65% | 0.75% | - |
| XYZ | 22.29 | 13.39 | 50.13 | - |
| YUV | 103.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 190 | 0.26 | 0.65 | 0 | 0.25 | 276.1 | 0.49 | 0.5 |
| Hex | 8D | 43 | BE | 1A | 41 | 0 | 19 | 114 | 31 | 32 |
| Octal | 215 | 103 | 276 | 32 | 101 | 0 | 31 | 424 | 61 | 62 |
| Binary | 10001101 | 1000011 | 10111110 | 11010 | 1000001 | 0 | 11001 | 100010100 | 110001 | 110010 |
Color Harmonies of #8D43BE
Complementary color
Monochromatic Colors of #8D43BE
Black with #8D43BE
Text Example
Text Example
White with #8D43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D43BE; }
p { color: rgb(141,67,190); }
H1.HeaderClassName
{
color: #8D43BE;
}
.AnyTagClassName
{
color: #8D43BE;
}
</style>
background-color css
<style>
a { background-color: #8D43BE; }
a { background-color: rgb(141,67,190); }
div.DivClassName
{
background-color: #8D43BE;
}
.BgClassName
{
background-color: #8D43BE;
}
</style>
border-color css
<style>
span { border-color: #8D43BE; }
span { border-color: rgb(141,67,190); }
td.TdClassName
{
border-color: #8D43BE;
}
.TagClassName
{
border-color: #8D43BE;
}
</style>