Shades of Deep Lilac #8F3BAF
Tints of Deep Lilac #8F3BAF
RGB
CMYK
RGB Variations
Color information
#8F3BAF (or 0x8F3BAF) is known color: Deep Lilac. HEX triplet: 8F, 3B and AF. RGB value is (143,59,175). Sum of RGB (Red+Green+Blue) = 143+59+175=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F3BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3BAF is #70C450. Grayscale: #606060. Windows color (decimal): -7390289 or 11484047. OLE color: 11484047.
HSL color Cylindrical-coordinate representation of color #8F3BAF: hue angle of 283.45º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3BAF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 59 | 175 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.31 |
| HSL | 283.45º | 0.5% | 0.46% | - |
| HSV(B) | 283.45º | 0.66% | 0.69% | - |
| XYZ | 20.63 | 12.06 | 41.8 | - |
| YUV | 97.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 175 | 0.18 | 0.66 | 0 | 0.31 | 283.45 | 0.5 | 0.46 |
| Hex | 8F | 3B | AF | 12 | 42 | 0 | 1F | 11B | 32 | 2E |
| Octal | 217 | 73 | 257 | 22 | 102 | 0 | 37 | 433 | 62 | 56 |
| Binary | 10001111 | 111011 | 10101111 | 10010 | 1000010 | 0 | 11111 | 100011011 | 110010 | 101110 |
Color Harmonies of #8F3BAF
Complementary color
Monochromatic Colors of #8F3BAF
Black with #8F3BAF
Text Example
Text Example
White with #8F3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BAF; }
p { color: rgb(143,59,175); }
H1.HeaderClassName
{
color: #8F3BAF;
}
.AnyTagClassName
{
color: #8F3BAF;
}
</style>
background-color css
<style>
a { background-color: #8F3BAF; }
a { background-color: rgb(143,59,175); }
div.DivClassName
{
background-color: #8F3BAF;
}
.BgClassName
{
background-color: #8F3BAF;
}
</style>
border-color css
<style>
span { border-color: #8F3BAF; }
span { border-color: rgb(143,59,175); }
td.TdClassName
{
border-color: #8F3BAF;
}
.TagClassName
{
border-color: #8F3BAF;
}
</style>