Shades of Deep Lilac #8C4AB5
Tints of Deep Lilac #8C4AB5
RGB
CMYK
RGB Variations
Color information
#8C4AB5 (or 0x8C4AB5) is known color: Deep Lilac. HEX triplet: 8C, 4A and B5. RGB value is (140,74,181). Sum of RGB (Red+Green+Blue) = 140+74+181=395 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.44% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #8C4AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4AB5 is #73B54A. Grayscale: #696969. Windows color (decimal): -7583051 or 11881100. OLE color: 11881100.
HSL color Cylindrical-coordinate representation of color #8C4AB5: hue angle of 277.01º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4AB5 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 74 | 181 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.29 |
| HSL | 277.01º | 0.42% | 0.5% | - |
| HSV(B) | 277.01º | 0.59% | 0.71% | - |
| XYZ | 21.6 | 13.81 | 45.24 | - |
| YUV | 105.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 181 | 0.23 | 0.59 | 0 | 0.29 | 277.01 | 0.42 | 0.5 |
| Hex | 8C | 4A | B5 | 17 | 3B | 0 | 1D | 115 | 2A | 32 |
| Octal | 214 | 112 | 265 | 27 | 73 | 0 | 35 | 425 | 52 | 62 |
| Binary | 10001100 | 1001010 | 10110101 | 10111 | 111011 | 0 | 11101 | 100010101 | 101010 | 110010 |
Color Harmonies of #8C4AB5
Complementary color
Monochromatic Colors of #8C4AB5
Black with #8C4AB5
Text Example
Text Example
White with #8C4AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4AB5; }
p { color: rgb(140,74,181); }
H1.HeaderClassName
{
color: #8C4AB5;
}
.AnyTagClassName
{
color: #8C4AB5;
}
</style>
background-color css
<style>
a { background-color: #8C4AB5; }
a { background-color: rgb(140,74,181); }
div.DivClassName
{
background-color: #8C4AB5;
}
.BgClassName
{
background-color: #8C4AB5;
}
</style>
border-color css
<style>
span { border-color: #8C4AB5; }
span { border-color: rgb(140,74,181); }
td.TdClassName
{
border-color: #8C4AB5;
}
.TagClassName
{
border-color: #8C4AB5;
}
</style>