Shades of Deep Lilac #8F48CC
Tints of Deep Lilac #8F48CC
RGB
CMYK
RGB Variations
Color information
#8F48CC (or 0x8F48CC) is known color: Deep Lilac. HEX triplet: 8F, 48 and CC. RGB value is (143,72,204). Sum of RGB (Red+Green+Blue) = 143+72+204=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 72 (28.52% from 255 or 17.18% 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 #8F48CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48CC is #70B733. Grayscale: #6B6B6B. Windows color (decimal): -7386932 or 13387919. OLE color: 13387919.
HSL color Cylindrical-coordinate representation of color #8F48CC: hue angle of 272.27º 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 #8F48CC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 72 | 204 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.2 |
| HSL | 272.27º | 0.56% | 0.54% | - |
| HSV(B) | 272.27º | 0.65% | 0.8% | - |
| XYZ | 24.54 | 14.83 | 58.7 | - |
| YUV | 108.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 204 | 0.30 | 0.65 | 0 | 0.2 | 272.27 | 0.56 | 0.54 |
| Hex | 8F | 48 | CC | 1E | 41 | 0 | 14 | 110 | 38 | 36 |
| Octal | 217 | 110 | 314 | 36 | 101 | 0 | 24 | 420 | 70 | 66 |
| Binary | 10001111 | 1001000 | 11001100 | 11110 | 1000001 | 0 | 10100 | 100010000 | 111000 | 110110 |
Color Harmonies of #8F48CC
Complementary color
Monochromatic Colors of #8F48CC
Black with #8F48CC
Text Example
Text Example
White with #8F48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48CC; }
p { color: rgb(143,72,204); }
H1.HeaderClassName
{
color: #8F48CC;
}
.AnyTagClassName
{
color: #8F48CC;
}
</style>
background-color css
<style>
a { background-color: #8F48CC; }
a { background-color: rgb(143,72,204); }
div.DivClassName
{
background-color: #8F48CC;
}
.BgClassName
{
background-color: #8F48CC;
}
</style>
border-color css
<style>
span { border-color: #8F48CC; }
span { border-color: rgb(143,72,204); }
td.TdClassName
{
border-color: #8F48CC;
}
.TagClassName
{
border-color: #8F48CC;
}
</style>