Shades of Deep Lilac #8F4FCB
Tints of Deep Lilac #8F4FCB
RGB
CMYK
RGB Variations
Color information
#8F4FCB (or 0x8F4FCB) is known color: Deep Lilac. HEX triplet: 8F, 4F and CB. RGB value is (143,79,203). Sum of RGB (Red+Green+Blue) = 143+79+203=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #8F4FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4FCB is #70B034. Grayscale: #6F6F6F. Windows color (decimal): -7385141 or 13324175. OLE color: 13324175.
HSL color Cylindrical-coordinate representation of color #8F4FCB: hue angle of 270.97º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F4FCB is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 79 | 203 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.20 |
| HSL | 270.97º | 0.54% | 0.55% | - |
| HSV(B) | 270.97º | 0.61% | 0.8% | - |
| XYZ | 24.9 | 15.74 | 58.23 | - |
| YUV | 112.27 | 179.2 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 203 | 0.30 | 0.61 | 0 | 0.20 | 270.97 | 0.54 | 0.55 |
| Hex | 8F | 4F | CB | 1E | 3D | 0 | 14 | 10F | 36 | 37 |
| Octal | 217 | 117 | 313 | 36 | 75 | 0 | 24 | 417 | 66 | 67 |
| Binary | 10001111 | 1001111 | 11001011 | 11110 | 111101 | 0 | 10100 | 100001111 | 110110 | 110111 |
Color Harmonies of #8F4FCB
Complementary color
Monochromatic Colors of #8F4FCB
Black with #8F4FCB
Text Example
Text Example
White with #8F4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4FCB; }
p { color: rgb(143,79,203); }
H1.HeaderClassName
{
color: #8F4FCB;
}
.AnyTagClassName
{
color: #8F4FCB;
}
</style>
background-color css
<style>
a { background-color: #8F4FCB; }
a { background-color: rgb(143,79,203); }
div.DivClassName
{
background-color: #8F4FCB;
}
.BgClassName
{
background-color: #8F4FCB;
}
</style>
border-color css
<style>
span { border-color: #8F4FCB; }
span { border-color: rgb(143,79,203); }
td.TdClassName
{
border-color: #8F4FCB;
}
.TagClassName
{
border-color: #8F4FCB;
}
</style>