Shades of Deep Lilac #8C48CC
Tints of Deep Lilac #8C48CC
RGB
CMYK
RGB Variations
Color information
#8C48CC (or 0x8C48CC) is known color: Deep Lilac. HEX triplet: 8C, 48 and CC. RGB value is (140,72,204). Sum of RGB (Red+Green+Blue) = 140+72+204=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C48CC is #73B733. Grayscale: #6A6A6A. Windows color (decimal): -7583540 or 13387916. OLE color: 13387916.
HSL color Cylindrical-coordinate representation of color #8C48CC: hue angle of 270.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C48CC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 72 | 204 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.2 |
| HSL | 270.91º | 0.56% | 0.54% | - |
| HSV(B) | 270.91º | 0.65% | 0.8% | - |
| XYZ | 24.03 | 14.57 | 58.67 | - |
| YUV | 107.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 204 | 0.31 | 0.65 | 0 | 0.2 | 270.91 | 0.56 | 0.54 |
| Hex | 8C | 48 | CC | 1F | 41 | 0 | 14 | 10F | 38 | 36 |
| Octal | 214 | 110 | 314 | 37 | 101 | 0 | 24 | 417 | 70 | 66 |
| Binary | 10001100 | 1001000 | 11001100 | 11111 | 1000001 | 0 | 10100 | 100001111 | 111000 | 110110 |
Color Harmonies of #8C48CC
Complementary color
Monochromatic Colors of #8C48CC
Black with #8C48CC
Text Example
Text Example
White with #8C48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C48CC; }
p { color: rgb(140,72,204); }
H1.HeaderClassName
{
color: #8C48CC;
}
.AnyTagClassName
{
color: #8C48CC;
}
</style>
background-color css
<style>
a { background-color: #8C48CC; }
a { background-color: rgb(140,72,204); }
div.DivClassName
{
background-color: #8C48CC;
}
.BgClassName
{
background-color: #8C48CC;
}
</style>
border-color css
<style>
span { border-color: #8C48CC; }
span { border-color: rgb(140,72,204); }
td.TdClassName
{
border-color: #8C48CC;
}
.TagClassName
{
border-color: #8C48CC;
}
</style>