Shades of Deep Lilac #8F53B4
Tints of Deep Lilac #8F53B4
RGB
CMYK
RGB Variations
Color information
#8F53B4 (or 0x8F53B4) is known color: Deep Lilac. HEX triplet: 8F, 53 and B4. RGB value is (143,83,180). Sum of RGB (Red+Green+Blue) = 143+83+180=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F53B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F53B4 is #70AC4B. Grayscale: #6F6F6F. Windows color (decimal): -7384140 or 11817871. OLE color: 11817871.
HSL color Cylindrical-coordinate representation of color #8F53B4: hue angle of 277.11º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F53B4 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 83 | 180 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.29 |
| HSL | 277.11º | 0.39% | 0.52% | - |
| HSV(B) | 277.11º | 0.54% | 0.71% | - |
| XYZ | 22.66 | 15.32 | 44.94 | - |
| YUV | 112 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 180 | 0.21 | 0.54 | 0 | 0.29 | 277.11 | 0.39 | 0.52 |
| Hex | 8F | 53 | B4 | 15 | 36 | 0 | 1D | 115 | 27 | 34 |
| Octal | 217 | 123 | 264 | 25 | 66 | 0 | 35 | 425 | 47 | 64 |
| Binary | 10001111 | 1010011 | 10110100 | 10101 | 110110 | 0 | 11101 | 100010101 | 100111 | 110100 |
Color Harmonies of #8F53B4
Complementary color
Monochromatic Colors of #8F53B4
Black with #8F53B4
Text Example
Text Example
White with #8F53B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F53B4; }
p { color: rgb(143,83,180); }
H1.HeaderClassName
{
color: #8F53B4;
}
.AnyTagClassName
{
color: #8F53B4;
}
</style>
background-color css
<style>
a { background-color: #8F53B4; }
a { background-color: rgb(143,83,180); }
div.DivClassName
{
background-color: #8F53B4;
}
.BgClassName
{
background-color: #8F53B4;
}
</style>
border-color css
<style>
span { border-color: #8F53B4; }
span { border-color: rgb(143,83,180); }
td.TdClassName
{
border-color: #8F53B4;
}
.TagClassName
{
border-color: #8F53B4;
}
</style>