Shades of Deep Lilac #8F48CB
Tints of Deep Lilac #8F48CB
RGB
CMYK
RGB Variations
Color information
#8F48CB (or 0x8F48CB) is known color: Deep Lilac. HEX triplet: 8F, 48 and CB. RGB value is (143,72,203). Sum of RGB (Red+Green+Blue) = 143+72+203=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F48CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48CB is #70B734. Grayscale: #6B6B6B. Windows color (decimal): -7386933 or 13322383. OLE color: 13322383.
HSL color Cylindrical-coordinate representation of color #8F48CB: hue angle of 272.52º 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 #8F48CB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 72 | 203 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.20 |
| HSL | 272.52º | 0.56% | 0.54% | - |
| HSV(B) | 272.52º | 0.65% | 0.8% | - |
| XYZ | 24.42 | 14.79 | 58.07 | - |
| YUV | 108.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 203 | 0.30 | 0.65 | 0 | 0.20 | 272.52 | 0.56 | 0.54 |
| Hex | 8F | 48 | CB | 1E | 41 | 0 | 14 | 111 | 38 | 36 |
| Octal | 217 | 110 | 313 | 36 | 101 | 0 | 24 | 421 | 70 | 66 |
| Binary | 10001111 | 1001000 | 11001011 | 11110 | 1000001 | 0 | 10100 | 100010001 | 111000 | 110110 |
Color Harmonies of #8F48CB
Complementary color
Monochromatic Colors of #8F48CB
Black with #8F48CB
Text Example
Text Example
White with #8F48CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48CB; }
p { color: rgb(143,72,203); }
H1.HeaderClassName
{
color: #8F48CB;
}
.AnyTagClassName
{
color: #8F48CB;
}
</style>
background-color css
<style>
a { background-color: #8F48CB; }
a { background-color: rgb(143,72,203); }
div.DivClassName
{
background-color: #8F48CB;
}
.BgClassName
{
background-color: #8F48CB;
}
</style>
border-color css
<style>
span { border-color: #8F48CB; }
span { border-color: rgb(143,72,203); }
td.TdClassName
{
border-color: #8F48CB;
}
.TagClassName
{
border-color: #8F48CB;
}
</style>