Shades of Deep Lilac #8C4BC7
Tints of Deep Lilac #8C4BC7
RGB
CMYK
RGB Variations
Color information
#8C4BC7 (or 0x8C4BC7) is known color: Deep Lilac. HEX triplet: 8C, 4B and C7. RGB value is (140,75,199). Sum of RGB (Red+Green+Blue) = 140+75+199=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 199 (78.12% from 255 or 48.07% from 414); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C4BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4BC7 is #73B438. Grayscale: #6C6C6C. Windows color (decimal): -7582777 or 13061004. OLE color: 13061004.
HSL color Cylindrical-coordinate representation of color #8C4BC7: hue angle of 271.45º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4BC7 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 75 | 199 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.22 |
| HSL | 271.45º | 0.53% | 0.54% | - |
| HSV(B) | 271.45º | 0.62% | 0.78% | - |
| XYZ | 23.64 | 14.73 | 55.63 | - |
| YUV | 108.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 199 | 0.30 | 0.62 | 0 | 0.22 | 271.45 | 0.53 | 0.54 |
| Hex | 8C | 4B | C7 | 1E | 3E | 0 | 16 | 10F | 35 | 36 |
| Octal | 214 | 113 | 307 | 36 | 76 | 0 | 26 | 417 | 65 | 66 |
| Binary | 10001100 | 1001011 | 11000111 | 11110 | 111110 | 0 | 10110 | 100001111 | 110101 | 110110 |
Color Harmonies of #8C4BC7
Complementary color
Monochromatic Colors of #8C4BC7
Black with #8C4BC7
Text Example
Text Example
White with #8C4BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4BC7; }
p { color: rgb(140,75,199); }
H1.HeaderClassName
{
color: #8C4BC7;
}
.AnyTagClassName
{
color: #8C4BC7;
}
</style>
background-color css
<style>
a { background-color: #8C4BC7; }
a { background-color: rgb(140,75,199); }
div.DivClassName
{
background-color: #8C4BC7;
}
.BgClassName
{
background-color: #8C4BC7;
}
</style>
border-color css
<style>
span { border-color: #8C4BC7; }
span { border-color: rgb(140,75,199); }
td.TdClassName
{
border-color: #8C4BC7;
}
.TagClassName
{
border-color: #8C4BC7;
}
</style>