Shades of Deep Lilac #8C4FC9
Tints of Deep Lilac #8C4FC9
RGB
CMYK
RGB Variations
Color information
#8C4FC9 (or 0x8C4FC9) is known color: Deep Lilac. HEX triplet: 8C, 4F and C9. RGB value is (140,79,201). Sum of RGB (Red+Green+Blue) = 140+79+201=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C4FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4FC9 is #73B036. Grayscale: #6E6E6E. Windows color (decimal): -7581751 or 13193100. OLE color: 13193100.
HSL color Cylindrical-coordinate representation of color #8C4FC9: hue angle of 270º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4FC9 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 79 | 201 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.21 |
| HSL | 270º | 0.53% | 0.55% | - |
| HSV(B) | 270º | 0.61% | 0.79% | - |
| XYZ | 24.15 | 15.38 | 56.95 | - |
| YUV | 111.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 201 | 0.30 | 0.61 | 0 | 0.21 | 270 | 0.53 | 0.55 |
| Hex | 8C | 4F | C9 | 1E | 3D | 0 | 15 | 10E | 35 | 37 |
| Octal | 214 | 117 | 311 | 36 | 75 | 0 | 25 | 416 | 65 | 67 |
| Binary | 10001100 | 1001111 | 11001001 | 11110 | 111101 | 0 | 10101 | 100001110 | 110101 | 110111 |
Color Harmonies of #8C4FC9
Complementary color
Monochromatic Colors of #8C4FC9
Black with #8C4FC9
Text Example
Text Example
White with #8C4FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4FC9; }
p { color: rgb(140,79,201); }
H1.HeaderClassName
{
color: #8C4FC9;
}
.AnyTagClassName
{
color: #8C4FC9;
}
</style>
background-color css
<style>
a { background-color: #8C4FC9; }
a { background-color: rgb(140,79,201); }
div.DivClassName
{
background-color: #8C4FC9;
}
.BgClassName
{
background-color: #8C4FC9;
}
</style>
border-color css
<style>
span { border-color: #8C4FC9; }
span { border-color: rgb(140,79,201); }
td.TdClassName
{
border-color: #8C4FC9;
}
.TagClassName
{
border-color: #8C4FC9;
}
</style>