Shades of Deep Lilac #8C4CCE
Tints of Deep Lilac #8C4CCE
RGB
CMYK
RGB Variations
Color information
#8C4CCE (or 0x8C4CCE) is known color: Deep Lilac. HEX triplet: 8C, 4C and CE. RGB value is (140,76,206). Sum of RGB (Red+Green+Blue) = 140+76+206=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C4CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CCE is #73B331. Grayscale: #6D6D6D. Windows color (decimal): -7582514 or 13520012. OLE color: 13520012.
HSL color Cylindrical-coordinate representation of color #8C4CCE: hue angle of 269.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C4CCE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 76 | 206 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.19 |
| HSL | 269.54º | 0.57% | 0.55% | - |
| HSV(B) | 269.54º | 0.63% | 0.81% | - |
| XYZ | 24.54 | 15.2 | 60.03 | - |
| YUV | 109.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 206 | 0.32 | 0.63 | 0 | 0.19 | 269.54 | 0.57 | 0.55 |
| Hex | 8C | 4C | CE | 20 | 3F | 0 | 13 | 10E | 39 | 37 |
| Octal | 214 | 114 | 316 | 40 | 77 | 0 | 23 | 416 | 71 | 67 |
| Binary | 10001100 | 1001100 | 11001110 | 100000 | 111111 | 0 | 10011 | 100001110 | 111001 | 110111 |
Color Harmonies of #8C4CCE
Complementary color
Monochromatic Colors of #8C4CCE
Black with #8C4CCE
Text Example
Text Example
White with #8C4CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CCE; }
p { color: rgb(140,76,206); }
H1.HeaderClassName
{
color: #8C4CCE;
}
.AnyTagClassName
{
color: #8C4CCE;
}
</style>
background-color css
<style>
a { background-color: #8C4CCE; }
a { background-color: rgb(140,76,206); }
div.DivClassName
{
background-color: #8C4CCE;
}
.BgClassName
{
background-color: #8C4CCE;
}
</style>
border-color css
<style>
span { border-color: #8C4CCE; }
span { border-color: rgb(140,76,206); }
td.TdClassName
{
border-color: #8C4CCE;
}
.TagClassName
{
border-color: #8C4CCE;
}
</style>