Shades of Deep Lilac #8C4FCB
Tints of Deep Lilac #8C4FCB
RGB
CMYK
RGB Variations
Color information
#8C4FCB (or 0x8C4FCB) is known color: Deep Lilac. HEX triplet: 8C, 4F and CB. RGB value is (140,79,203). Sum of RGB (Red+Green+Blue) = 140+79+203=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8C4FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FCB is #73B034. Grayscale: #6E6E6E. Windows color (decimal): -7581749 or 13324172. OLE color: 13324172.
HSL color Cylindrical-coordinate representation of color #8C4FCB: hue angle of 269.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4FCB is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 79 | 203 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.20 |
| HSL | 269.52º | 0.54% | 0.55% | - |
| HSV(B) | 269.52º | 0.61% | 0.8% | - |
| XYZ | 24.39 | 15.48 | 58.2 | - |
| YUV | 111.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 203 | 0.31 | 0.61 | 0 | 0.20 | 269.52 | 0.54 | 0.55 |
| Hex | 8C | 4F | CB | 1F | 3D | 0 | 14 | 10E | 36 | 37 |
| Octal | 214 | 117 | 313 | 37 | 75 | 0 | 24 | 416 | 66 | 67 |
| Binary | 10001100 | 1001111 | 11001011 | 11111 | 111101 | 0 | 10100 | 100001110 | 110110 | 110111 |
Color Harmonies of #8C4FCB
Complementary color
Monochromatic Colors of #8C4FCB
Black with #8C4FCB
Text Example
Text Example
White with #8C4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4FCB; }
p { color: rgb(140,79,203); }
H1.HeaderClassName
{
color: #8C4FCB;
}
.AnyTagClassName
{
color: #8C4FCB;
}
</style>
background-color css
<style>
a { background-color: #8C4FCB; }
a { background-color: rgb(140,79,203); }
div.DivClassName
{
background-color: #8C4FCB;
}
.BgClassName
{
background-color: #8C4FCB;
}
</style>
border-color css
<style>
span { border-color: #8C4FCB; }
span { border-color: rgb(140,79,203); }
td.TdClassName
{
border-color: #8C4FCB;
}
.TagClassName
{
border-color: #8C4FCB;
}
</style>