Shades of Deep Lilac #8F5AC1
Tints of Deep Lilac #8F5AC1
RGB
CMYK
RGB Variations
Color information
#8F5AC1 (or 0x8F5AC1) is known color: Deep Lilac. HEX triplet: 8F, 5A and C1. RGB value is (143,90,193). Sum of RGB (Red+Green+Blue) = 143+90+193=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F5AC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5AC1 is #70A53E. Grayscale: #757575. Windows color (decimal): -7382335 or 12671631. OLE color: 12671631.
HSL color Cylindrical-coordinate representation of color #8F5AC1: hue angle of 270.87º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F5AC1 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 90 | 193 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.24 |
| HSL | 270.87º | 0.45% | 0.55% | - |
| HSV(B) | 270.87º | 0.53% | 0.76% | - |
| XYZ | 24.61 | 17 | 52.44 | - |
| YUV | 117.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 193 | 0.26 | 0.53 | 0 | 0.24 | 270.87 | 0.45 | 0.55 |
| Hex | 8F | 5A | C1 | 1A | 35 | 0 | 18 | 10F | 2D | 37 |
| Octal | 217 | 132 | 301 | 32 | 65 | 0 | 30 | 417 | 55 | 67 |
| Binary | 10001111 | 1011010 | 11000001 | 11010 | 110101 | 0 | 11000 | 100001111 | 101101 | 110111 |
Color Harmonies of #8F5AC1
Complementary color
Monochromatic Colors of #8F5AC1
Black with #8F5AC1
Text Example
Text Example
White with #8F5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5AC1; }
p { color: rgb(143,90,193); }
H1.HeaderClassName
{
color: #8F5AC1;
}
.AnyTagClassName
{
color: #8F5AC1;
}
</style>
background-color css
<style>
a { background-color: #8F5AC1; }
a { background-color: rgb(143,90,193); }
div.DivClassName
{
background-color: #8F5AC1;
}
.BgClassName
{
background-color: #8F5AC1;
}
</style>
border-color css
<style>
span { border-color: #8F5AC1; }
span { border-color: rgb(143,90,193); }
td.TdClassName
{
border-color: #8F5AC1;
}
.TagClassName
{
border-color: #8F5AC1;
}
</style>