Shades of Deep Lilac #8C4FAB
Tints of Deep Lilac #8C4FAB
RGB
CMYK
RGB Variations
Color information
#8C4FAB (or 0x8C4FAB) is known color: Deep Lilac. HEX triplet: 8C, 4F and AB. RGB value is (140,79,171). Sum of RGB (Red+Green+Blue) = 140+79+171=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C4FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4FAB is #73B054. Grayscale: #6B6B6B. Windows color (decimal): -7581781 or 11227020. OLE color: 11227020.
HSL color Cylindrical-coordinate representation of color #8C4FAB: hue angle of 279.78º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C4FAB is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 79 | 171 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.33 |
| HSL | 279.78º | 0.37% | 0.49% | - |
| HSV(B) | 279.78º | 0.54% | 0.67% | - |
| XYZ | 20.96 | 14.11 | 40.15 | - |
| YUV | 107.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 171 | 0.18 | 0.54 | 0 | 0.33 | 279.78 | 0.37 | 0.49 |
| Hex | 8C | 4F | AB | 12 | 36 | 0 | 21 | 118 | 25 | 31 |
| Octal | 214 | 117 | 253 | 22 | 66 | 0 | 41 | 430 | 45 | 61 |
| Binary | 10001100 | 1001111 | 10101011 | 10010 | 110110 | 0 | 100001 | 100011000 | 100101 | 110001 |
Color Harmonies of #8C4FAB
Complementary color
Monochromatic Colors of #8C4FAB
Black with #8C4FAB
Text Example
Text Example
White with #8C4FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4FAB; }
p { color: rgb(140,79,171); }
H1.HeaderClassName
{
color: #8C4FAB;
}
.AnyTagClassName
{
color: #8C4FAB;
}
</style>
background-color css
<style>
a { background-color: #8C4FAB; }
a { background-color: rgb(140,79,171); }
div.DivClassName
{
background-color: #8C4FAB;
}
.BgClassName
{
background-color: #8C4FAB;
}
</style>
border-color css
<style>
span { border-color: #8C4FAB; }
span { border-color: rgb(140,79,171); }
td.TdClassName
{
border-color: #8C4FAB;
}
.TagClassName
{
border-color: #8C4FAB;
}
</style>