Shades of Deep Lilac #8F5CBE
Tints of Deep Lilac #8F5CBE
RGB
CMYK
RGB Variations
Color information
#8F5CBE (or 0x8F5CBE) is known color: Deep Lilac. HEX triplet: 8F, 5C and BE. RGB value is (143,92,190). Sum of RGB (Red+Green+Blue) = 143+92+190=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5CBE is #70A341. Grayscale: #767676. Windows color (decimal): -7381826 or 12475535. OLE color: 12475535.
HSL color Cylindrical-coordinate representation of color #8F5CBE: hue angle of 271.22º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F5CBE is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 92 | 190 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.25 |
| HSL | 271.22º | 0.43% | 0.55% | - |
| HSV(B) | 271.22º | 0.52% | 0.75% | - |
| XYZ | 24.45 | 17.21 | 50.75 | - |
| YUV | 118.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 92 | 190 | 0.25 | 0.52 | 0 | 0.25 | 271.22 | 0.43 | 0.55 |
| Hex | 8F | 5C | BE | 19 | 34 | 0 | 19 | 10F | 2B | 37 |
| Octal | 217 | 134 | 276 | 31 | 64 | 0 | 31 | 417 | 53 | 67 |
| Binary | 10001111 | 1011100 | 10111110 | 11001 | 110100 | 0 | 11001 | 100001111 | 101011 | 110111 |
Color Harmonies of #8F5CBE
Complementary color
Monochromatic Colors of #8F5CBE
Black with #8F5CBE
Text Example
Text Example
White with #8F5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5CBE; }
p { color: rgb(143,92,190); }
H1.HeaderClassName
{
color: #8F5CBE;
}
.AnyTagClassName
{
color: #8F5CBE;
}
</style>
background-color css
<style>
a { background-color: #8F5CBE; }
a { background-color: rgb(143,92,190); }
div.DivClassName
{
background-color: #8F5CBE;
}
.BgClassName
{
background-color: #8F5CBE;
}
</style>
border-color css
<style>
span { border-color: #8F5CBE; }
span { border-color: rgb(143,92,190); }
td.TdClassName
{
border-color: #8F5CBE;
}
.TagClassName
{
border-color: #8F5CBE;
}
</style>