Shades of Deep Lilac #8F54C3
Tints of Deep Lilac #8F54C3
RGB
CMYK
RGB Variations
Color information
#8F54C3 (or 0x8F54C3) is known color: Deep Lilac. HEX triplet: 8F, 54 and C3. RGB value is (143,84,195). Sum of RGB (Red+Green+Blue) = 143+84+195=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #8F54C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54C3 is #70AB3C. Grayscale: #717171. Windows color (decimal): -7383869 or 12801167. OLE color: 12801167.
HSL color Cylindrical-coordinate representation of color #8F54C3: hue angle of 271.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F54C3 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 84 | 195 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.24 |
| HSL | 271.89º | 0.48% | 0.55% | - |
| HSV(B) | 271.89º | 0.57% | 0.76% | - |
| XYZ | 24.35 | 16.12 | 53.46 | - |
| YUV | 114.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 195 | 0.27 | 0.57 | 0 | 0.24 | 271.89 | 0.48 | 0.55 |
| Hex | 8F | 54 | C3 | 1B | 39 | 0 | 18 | 110 | 30 | 37 |
| Octal | 217 | 124 | 303 | 33 | 71 | 0 | 30 | 420 | 60 | 67 |
| Binary | 10001111 | 1010100 | 11000011 | 11011 | 111001 | 0 | 11000 | 100010000 | 110000 | 110111 |
Color Harmonies of #8F54C3
Complementary color
Monochromatic Colors of #8F54C3
Black with #8F54C3
Text Example
Text Example
White with #8F54C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54C3; }
p { color: rgb(143,84,195); }
H1.HeaderClassName
{
color: #8F54C3;
}
.AnyTagClassName
{
color: #8F54C3;
}
</style>
background-color css
<style>
a { background-color: #8F54C3; }
a { background-color: rgb(143,84,195); }
div.DivClassName
{
background-color: #8F54C3;
}
.BgClassName
{
background-color: #8F54C3;
}
</style>
border-color css
<style>
span { border-color: #8F54C3; }
span { border-color: rgb(143,84,195); }
td.TdClassName
{
border-color: #8F54C3;
}
.TagClassName
{
border-color: #8F54C3;
}
</style>