Shades of Deep Lilac #8C4ABC
Tints of Deep Lilac #8C4ABC
RGB
CMYK
RGB Variations
Color information
#8C4ABC (or 0x8C4ABC) is known color: Deep Lilac. HEX triplet: 8C, 4A and BC. RGB value is (140,74,188). Sum of RGB (Red+Green+Blue) = 140+74+188=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C4ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ABC is #73B543. Grayscale: #6A6A6A. Windows color (decimal): -7583044 or 12339852. OLE color: 12339852.
HSL color Cylindrical-coordinate representation of color #8C4ABC: hue angle of 274.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4ABC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 74 | 188 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.26 |
| HSL | 274.74º | 0.46% | 0.51% | - |
| HSV(B) | 274.74º | 0.61% | 0.74% | - |
| XYZ | 22.34 | 14.1 | 49.12 | - |
| YUV | 106.73 | 173.87 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 188 | 0.26 | 0.61 | 0 | 0.26 | 274.74 | 0.46 | 0.51 |
| Hex | 8C | 4A | BC | 1A | 3D | 0 | 1A | 113 | 2E | 33 |
| Octal | 214 | 112 | 274 | 32 | 75 | 0 | 32 | 423 | 56 | 63 |
| Binary | 10001100 | 1001010 | 10111100 | 11010 | 111101 | 0 | 11010 | 100010011 | 101110 | 110011 |
Color Harmonies of #8C4ABC
Complementary color
Monochromatic Colors of #8C4ABC
Black with #8C4ABC
Text Example
Text Example
White with #8C4ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4ABC; }
p { color: rgb(140,74,188); }
H1.HeaderClassName
{
color: #8C4ABC;
}
.AnyTagClassName
{
color: #8C4ABC;
}
</style>
background-color css
<style>
a { background-color: #8C4ABC; }
a { background-color: rgb(140,74,188); }
div.DivClassName
{
background-color: #8C4ABC;
}
.BgClassName
{
background-color: #8C4ABC;
}
</style>
border-color css
<style>
span { border-color: #8C4ABC; }
span { border-color: rgb(140,74,188); }
td.TdClassName
{
border-color: #8C4ABC;
}
.TagClassName
{
border-color: #8C4ABC;
}
</style>