Shades of Deep Lilac #8C49C4
Tints of Deep Lilac #8C49C4
RGB
CMYK
RGB Variations
Color information
#8C49C4 (or 0x8C49C4) is known color: Deep Lilac. HEX triplet: 8C, 49 and C4. RGB value is (140,73,196). Sum of RGB (Red+Green+Blue) = 140+73+196=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C49C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49C4 is #73B63B. Grayscale: #6A6A6A. Windows color (decimal): -7583292 or 12863884. OLE color: 12863884.
HSL color Cylindrical-coordinate representation of color #8C49C4: hue angle of 272.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C49C4 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 73 | 196 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.23 |
| HSL | 272.68º | 0.51% | 0.53% | - |
| HSV(B) | 272.68º | 0.63% | 0.77% | - |
| XYZ | 23.16 | 14.33 | 53.77 | - |
| YUV | 107.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 196 | 0.29 | 0.63 | 0 | 0.23 | 272.68 | 0.51 | 0.53 |
| Hex | 8C | 49 | C4 | 1D | 3F | 0 | 17 | 111 | 33 | 35 |
| Octal | 214 | 111 | 304 | 35 | 77 | 0 | 27 | 421 | 63 | 65 |
| Binary | 10001100 | 1001001 | 11000100 | 11101 | 111111 | 0 | 10111 | 100010001 | 110011 | 110101 |
Color Harmonies of #8C49C4
Complementary color
Monochromatic Colors of #8C49C4
Black with #8C49C4
Text Example
Text Example
White with #8C49C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49C4; }
p { color: rgb(140,73,196); }
H1.HeaderClassName
{
color: #8C49C4;
}
.AnyTagClassName
{
color: #8C49C4;
}
</style>
background-color css
<style>
a { background-color: #8C49C4; }
a { background-color: rgb(140,73,196); }
div.DivClassName
{
background-color: #8C49C4;
}
.BgClassName
{
background-color: #8C49C4;
}
</style>
border-color css
<style>
span { border-color: #8C49C4; }
span { border-color: rgb(140,73,196); }
td.TdClassName
{
border-color: #8C49C4;
}
.TagClassName
{
border-color: #8C49C4;
}
</style>