Shades of Deep Lilac #8C43BD
Tints of Deep Lilac #8C43BD
RGB
CMYK
RGB Variations
Color information
#8C43BD (or 0x8C43BD) is known color: Deep Lilac. HEX triplet: 8C, 43 and BD. RGB value is (140,67,189). Sum of RGB (Red+Green+Blue) = 140+67+189=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C43BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C43BD is #73BC42. Grayscale: #666666. Windows color (decimal): -7584835 or 12403596. OLE color: 12403596.
HSL color Cylindrical-coordinate representation of color #8C43BD: hue angle of 275.9º degrees, saturation: 0.48, 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 #8C43BD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 67 | 189 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.26 |
| HSL | 275.9º | 0.48% | 0.5% | - |
| HSV(B) | 275.9º | 0.65% | 0.74% | - |
| XYZ | 22.01 | 13.26 | 49.54 | - |
| YUV | 102.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 189 | 0.26 | 0.65 | 0 | 0.26 | 275.9 | 0.48 | 0.5 |
| Hex | 8C | 43 | BD | 1A | 41 | 0 | 1A | 114 | 30 | 32 |
| Octal | 214 | 103 | 275 | 32 | 101 | 0 | 32 | 424 | 60 | 62 |
| Binary | 10001100 | 1000011 | 10111101 | 11010 | 1000001 | 0 | 11010 | 100010100 | 110000 | 110010 |
Color Harmonies of #8C43BD
Complementary color
Monochromatic Colors of #8C43BD
Black with #8C43BD
Text Example
Text Example
White with #8C43BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43BD; }
p { color: rgb(140,67,189); }
H1.HeaderClassName
{
color: #8C43BD;
}
.AnyTagClassName
{
color: #8C43BD;
}
</style>
background-color css
<style>
a { background-color: #8C43BD; }
a { background-color: rgb(140,67,189); }
div.DivClassName
{
background-color: #8C43BD;
}
.BgClassName
{
background-color: #8C43BD;
}
</style>
border-color css
<style>
span { border-color: #8C43BD; }
span { border-color: rgb(140,67,189); }
td.TdClassName
{
border-color: #8C43BD;
}
.TagClassName
{
border-color: #8C43BD;
}
</style>