Shades of Deep Lilac #8C43BE
Tints of Deep Lilac #8C43BE
RGB
CMYK
RGB Variations
Color information
#8C43BE (or 0x8C43BE) is known color: Deep Lilac. HEX triplet: 8C, 43 and BE. RGB value is (140,67,190). Sum of RGB (Red+Green+Blue) = 140+67+190=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C43BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C43BE is #73BC41. Grayscale: #666666. Windows color (decimal): -7584834 or 12469132. OLE color: 12469132.
HSL color Cylindrical-coordinate representation of color #8C43BE: hue angle of 275.61º 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 #8C43BE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 67 | 190 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.25 |
| HSL | 275.61º | 0.49% | 0.5% | - |
| HSV(B) | 275.61º | 0.65% | 0.75% | - |
| XYZ | 22.12 | 13.31 | 50.12 | - |
| YUV | 102.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 190 | 0.26 | 0.65 | 0 | 0.25 | 275.61 | 0.49 | 0.5 |
| Hex | 8C | 43 | BE | 1A | 41 | 0 | 19 | 114 | 31 | 32 |
| Octal | 214 | 103 | 276 | 32 | 101 | 0 | 31 | 424 | 61 | 62 |
| Binary | 10001100 | 1000011 | 10111110 | 11010 | 1000001 | 0 | 11001 | 100010100 | 110001 | 110010 |
Color Harmonies of #8C43BE
Complementary color
Monochromatic Colors of #8C43BE
Black with #8C43BE
Text Example
Text Example
White with #8C43BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43BE; }
p { color: rgb(140,67,190); }
H1.HeaderClassName
{
color: #8C43BE;
}
.AnyTagClassName
{
color: #8C43BE;
}
</style>
background-color css
<style>
a { background-color: #8C43BE; }
a { background-color: rgb(140,67,190); }
div.DivClassName
{
background-color: #8C43BE;
}
.BgClassName
{
background-color: #8C43BE;
}
</style>
border-color css
<style>
span { border-color: #8C43BE; }
span { border-color: rgb(140,67,190); }
td.TdClassName
{
border-color: #8C43BE;
}
.TagClassName
{
border-color: #8C43BE;
}
</style>