Shades of Deep Lilac #8C4BCC
Tints of Deep Lilac #8C4BCC
RGB
CMYK
RGB Variations
Color information
#8C4BCC (or 0x8C4BCC) is known color: Deep Lilac. HEX triplet: 8C, 4B and CC. RGB value is (140,75,204). Sum of RGB (Red+Green+Blue) = 140+75+204=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C4BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4BCC is #73B433. Grayscale: #6C6C6C. Windows color (decimal): -7582772 or 13388684. OLE color: 13388684.
HSL color Cylindrical-coordinate representation of color #8C4BCC: hue angle of 270.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C4BCC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 75 | 204 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.2 |
| HSL | 270.23º | 0.56% | 0.55% | - |
| HSV(B) | 270.23º | 0.63% | 0.8% | - |
| XYZ | 24.23 | 14.97 | 58.74 | - |
| YUV | 109.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 204 | 0.31 | 0.63 | 0 | 0.2 | 270.23 | 0.56 | 0.55 |
| Hex | 8C | 4B | CC | 1F | 3F | 0 | 14 | 10E | 38 | 37 |
| Octal | 214 | 113 | 314 | 37 | 77 | 0 | 24 | 416 | 70 | 67 |
| Binary | 10001100 | 1001011 | 11001100 | 11111 | 111111 | 0 | 10100 | 100001110 | 111000 | 110111 |
Color Harmonies of #8C4BCC
Complementary color
Monochromatic Colors of #8C4BCC
Black with #8C4BCC
Text Example
Text Example
White with #8C4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4BCC; }
p { color: rgb(140,75,204); }
H1.HeaderClassName
{
color: #8C4BCC;
}
.AnyTagClassName
{
color: #8C4BCC;
}
</style>
background-color css
<style>
a { background-color: #8C4BCC; }
a { background-color: rgb(140,75,204); }
div.DivClassName
{
background-color: #8C4BCC;
}
.BgClassName
{
background-color: #8C4BCC;
}
</style>
border-color css
<style>
span { border-color: #8C4BCC; }
span { border-color: rgb(140,75,204); }
td.TdClassName
{
border-color: #8C4BCC;
}
.TagClassName
{
border-color: #8C4BCC;
}
</style>