Shades of Deep Lilac #8F4BCD
Tints of Deep Lilac #8F4BCD
RGB
CMYK
RGB Variations
Color information
#8F4BCD (or 0x8F4BCD) is known color: Deep Lilac. HEX triplet: 8F, 4B and CD. RGB value is (143,75,205). Sum of RGB (Red+Green+Blue) = 143+75+205=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F4BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F4BCD is #70B432. Grayscale: #6D6D6D. Windows color (decimal): -7386163 or 13454223. OLE color: 13454223.
HSL color Cylindrical-coordinate representation of color #8F4BCD: hue angle of 271.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F4BCD is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 75 | 205 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.20 |
| HSL | 271.38º | 0.57% | 0.55% | - |
| HSV(B) | 271.38º | 0.63% | 0.8% | - |
| XYZ | 24.86 | 15.28 | 59.4 | - |
| YUV | 110.15 | 181.53 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 75 | 205 | 0.30 | 0.63 | 0 | 0.20 | 271.38 | 0.57 | 0.55 |
| Hex | 8F | 4B | CD | 1E | 3F | 0 | 14 | 10F | 39 | 37 |
| Octal | 217 | 113 | 315 | 36 | 77 | 0 | 24 | 417 | 71 | 67 |
| Binary | 10001111 | 1001011 | 11001101 | 11110 | 111111 | 0 | 10100 | 100001111 | 111001 | 110111 |
Color Harmonies of #8F4BCD
Complementary color
Monochromatic Colors of #8F4BCD
Black with #8F4BCD
Text Example
Text Example
White with #8F4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4BCD; }
p { color: rgb(143,75,205); }
H1.HeaderClassName
{
color: #8F4BCD;
}
.AnyTagClassName
{
color: #8F4BCD;
}
</style>
background-color css
<style>
a { background-color: #8F4BCD; }
a { background-color: rgb(143,75,205); }
div.DivClassName
{
background-color: #8F4BCD;
}
.BgClassName
{
background-color: #8F4BCD;
}
</style>
border-color css
<style>
span { border-color: #8F4BCD; }
span { border-color: rgb(143,75,205); }
td.TdClassName
{
border-color: #8F4BCD;
}
.TagClassName
{
border-color: #8F4BCD;
}
</style>