Shades of Deep Lilac #8F5BAF
Tints of Deep Lilac #8F5BAF
RGB
CMYK
RGB Variations
Color information
#8F5BAF (or 0x8F5BAF) is known color: Deep Lilac. HEX triplet: 8F, 5B and AF. RGB value is (143,91,175). Sum of RGB (Red+Green+Blue) = 143+91+175=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5BAF is #70A450. Grayscale: #737373. Windows color (decimal): -7382097 or 11492239. OLE color: 11492239.
HSL color Cylindrical-coordinate representation of color #8F5BAF: hue angle of 277.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F5BAF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 91 | 175 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.31 |
| HSL | 277.14º | 0.34% | 0.52% | - |
| HSV(B) | 277.14º | 0.48% | 0.69% | - |
| XYZ | 22.81 | 16.42 | 42.52 | - |
| YUV | 116.12 | 161.23 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 175 | 0.18 | 0.48 | 0 | 0.31 | 277.14 | 0.34 | 0.52 |
| Hex | 8F | 5B | AF | 12 | 30 | 0 | 1F | 115 | 22 | 34 |
| Octal | 217 | 133 | 257 | 22 | 60 | 0 | 37 | 425 | 42 | 64 |
| Binary | 10001111 | 1011011 | 10101111 | 10010 | 110000 | 0 | 11111 | 100010101 | 100010 | 110100 |
Color Harmonies of #8F5BAF
Complementary color
Monochromatic Colors of #8F5BAF
Black with #8F5BAF
Text Example
Text Example
White with #8F5BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BAF; }
p { color: rgb(143,91,175); }
H1.HeaderClassName
{
color: #8F5BAF;
}
.AnyTagClassName
{
color: #8F5BAF;
}
</style>
background-color css
<style>
a { background-color: #8F5BAF; }
a { background-color: rgb(143,91,175); }
div.DivClassName
{
background-color: #8F5BAF;
}
.BgClassName
{
background-color: #8F5BAF;
}
</style>
border-color css
<style>
span { border-color: #8F5BAF; }
span { border-color: rgb(143,91,175); }
td.TdClassName
{
border-color: #8F5BAF;
}
.TagClassName
{
border-color: #8F5BAF;
}
</style>