Shades of Deep Lilac #8F4DCA
Tints of Deep Lilac #8F4DCA
RGB
CMYK
RGB Variations
Color information
#8F4DCA (or 0x8F4DCA) is known color: Deep Lilac. HEX triplet: 8F, 4D and CA. RGB value is (143,77,202). Sum of RGB (Red+Green+Blue) = 143+77+202=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F4DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4DCA is #70B235. Grayscale: #6E6E6E. Windows color (decimal): -7385654 or 13258127. OLE color: 13258127.
HSL color Cylindrical-coordinate representation of color #8F4DCA: hue angle of 271.68º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F4DCA is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 77 | 202 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.21 |
| HSL | 271.68º | 0.54% | 0.55% | - |
| HSV(B) | 271.68º | 0.62% | 0.79% | - |
| XYZ | 24.64 | 15.41 | 57.55 | - |
| YUV | 110.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 202 | 0.29 | 0.62 | 0 | 0.21 | 271.68 | 0.54 | 0.55 |
| Hex | 8F | 4D | CA | 1D | 3E | 0 | 15 | 110 | 36 | 37 |
| Octal | 217 | 115 | 312 | 35 | 76 | 0 | 25 | 420 | 66 | 67 |
| Binary | 10001111 | 1001101 | 11001010 | 11101 | 111110 | 0 | 10101 | 100010000 | 110110 | 110111 |
Color Harmonies of #8F4DCA
Complementary color
Monochromatic Colors of #8F4DCA
Black with #8F4DCA
Text Example
Text Example
White with #8F4DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DCA; }
p { color: rgb(143,77,202); }
H1.HeaderClassName
{
color: #8F4DCA;
}
.AnyTagClassName
{
color: #8F4DCA;
}
</style>
background-color css
<style>
a { background-color: #8F4DCA; }
a { background-color: rgb(143,77,202); }
div.DivClassName
{
background-color: #8F4DCA;
}
.BgClassName
{
background-color: #8F4DCA;
}
</style>
border-color css
<style>
span { border-color: #8F4DCA; }
span { border-color: rgb(143,77,202); }
td.TdClassName
{
border-color: #8F4DCA;
}
.TagClassName
{
border-color: #8F4DCA;
}
</style>