Shades of Deep Lilac #8C4AC5
Tints of Deep Lilac #8C4AC5
RGB
CMYK
RGB Variations
Color information
#8C4AC5 (or 0x8C4AC5) is known color: Deep Lilac. HEX triplet: 8C, 4A and C5. RGB value is (140,74,197). Sum of RGB (Red+Green+Blue) = 140+74+197=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #8C4AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4AC5 is #73B53A. Grayscale: #6B6B6B. Windows color (decimal): -7583035 or 12929676. OLE color: 12929676.
HSL color Cylindrical-coordinate representation of color #8C4AC5: hue angle of 272.2º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4AC5 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 74 | 197 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.23 |
| HSL | 272.2º | 0.51% | 0.53% | - |
| HSV(B) | 272.2º | 0.62% | 0.77% | - |
| XYZ | 23.34 | 14.5 | 54.39 | - |
| YUV | 107.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 197 | 0.29 | 0.62 | 0 | 0.23 | 272.2 | 0.51 | 0.53 |
| Hex | 8C | 4A | C5 | 1D | 3E | 0 | 17 | 110 | 33 | 35 |
| Octal | 214 | 112 | 305 | 35 | 76 | 0 | 27 | 420 | 63 | 65 |
| Binary | 10001100 | 1001010 | 11000101 | 11101 | 111110 | 0 | 10111 | 100010000 | 110011 | 110101 |
Color Harmonies of #8C4AC5
Complementary color
Monochromatic Colors of #8C4AC5
Black with #8C4AC5
Text Example
Text Example
White with #8C4AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AC5; }
p { color: rgb(140,74,197); }
H1.HeaderClassName
{
color: #8C4AC5;
}
.AnyTagClassName
{
color: #8C4AC5;
}
</style>
background-color css
<style>
a { background-color: #8C4AC5; }
a { background-color: rgb(140,74,197); }
div.DivClassName
{
background-color: #8C4AC5;
}
.BgClassName
{
background-color: #8C4AC5;
}
</style>
border-color css
<style>
span { border-color: #8C4AC5; }
span { border-color: rgb(140,74,197); }
td.TdClassName
{
border-color: #8C4AC5;
}
.TagClassName
{
border-color: #8C4AC5;
}
</style>