Shades of Deep Lilac #8F4FB6
Tints of Deep Lilac #8F4FB6
RGB
CMYK
RGB Variations
Color information
#8F4FB6 (or 0x8F4FB6) is known color: Deep Lilac. HEX triplet: 8F, 4F and B6. RGB value is (143,79,182). Sum of RGB (Red+Green+Blue) = 143+79+182=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F4FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F4FB6 is #70B049. Grayscale: #6D6D6D. Windows color (decimal): -7385162 or 11947919. OLE color: 11947919.
HSL color Cylindrical-coordinate representation of color #8F4FB6: hue angle of 277.28º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F4FB6 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 79 | 182 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.29 |
| HSL | 277.28º | 0.41% | 0.51% | - |
| HSV(B) | 277.28º | 0.57% | 0.71% | - |
| XYZ | 22.57 | 14.81 | 45.92 | - |
| YUV | 109.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 79 | 182 | 0.21 | 0.57 | 0 | 0.29 | 277.28 | 0.41 | 0.51 |
| Hex | 8F | 4F | B6 | 15 | 39 | 0 | 1D | 115 | 29 | 33 |
| Octal | 217 | 117 | 266 | 25 | 71 | 0 | 35 | 425 | 51 | 63 |
| Binary | 10001111 | 1001111 | 10110110 | 10101 | 111001 | 0 | 11101 | 100010101 | 101001 | 110011 |
Color Harmonies of #8F4FB6
Complementary color
Monochromatic Colors of #8F4FB6
Black with #8F4FB6
Text Example
Text Example
White with #8F4FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4FB6; }
p { color: rgb(143,79,182); }
H1.HeaderClassName
{
color: #8F4FB6;
}
.AnyTagClassName
{
color: #8F4FB6;
}
</style>
background-color css
<style>
a { background-color: #8F4FB6; }
a { background-color: rgb(143,79,182); }
div.DivClassName
{
background-color: #8F4FB6;
}
.BgClassName
{
background-color: #8F4FB6;
}
</style>
border-color css
<style>
span { border-color: #8F4FB6; }
span { border-color: rgb(143,79,182); }
td.TdClassName
{
border-color: #8F4FB6;
}
.TagClassName
{
border-color: #8F4FB6;
}
</style>