Shades of Deep Lilac #8B4FAF
Tints of Deep Lilac #8B4FAF
RGB
CMYK
RGB Variations
Color information
#8B4FAF (or 0x8B4FAF) is known color: Deep Lilac. HEX triplet: 8B, 4F and AF. RGB value is (139,79,175). Sum of RGB (Red+Green+Blue) = 139+79+175=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B4FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4FAF is #74B050. Grayscale: #6B6B6B. Windows color (decimal): -7647313 or 11489163. OLE color: 11489163.
HSL color Cylindrical-coordinate representation of color #8B4FAF: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4FAF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 79 | 175 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.31 |
| HSL | 277.5º | 0.38% | 0.5% | - |
| HSV(B) | 277.5º | 0.55% | 0.69% | - |
| XYZ | 21.18 | 14.18 | 42.18 | - |
| YUV | 107.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 79 | 175 | 0.21 | 0.55 | 0 | 0.31 | 277.5 | 0.38 | 0.5 |
| Hex | 8B | 4F | AF | 15 | 37 | 0 | 1F | 116 | 26 | 32 |
| Octal | 213 | 117 | 257 | 25 | 67 | 0 | 37 | 426 | 46 | 62 |
| Binary | 10001011 | 1001111 | 10101111 | 10101 | 110111 | 0 | 11111 | 100010110 | 100110 | 110010 |
Color Harmonies of #8B4FAF
Complementary color
Monochromatic Colors of #8B4FAF
Black with #8B4FAF
Text Example
Text Example
White with #8B4FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4FAF; }
p { color: rgb(139,79,175); }
H1.HeaderClassName
{
color: #8B4FAF;
}
.AnyTagClassName
{
color: #8B4FAF;
}
</style>
background-color css
<style>
a { background-color: #8B4FAF; }
a { background-color: rgb(139,79,175); }
div.DivClassName
{
background-color: #8B4FAF;
}
.BgClassName
{
background-color: #8B4FAF;
}
</style>
border-color css
<style>
span { border-color: #8B4FAF; }
span { border-color: rgb(139,79,175); }
td.TdClassName
{
border-color: #8B4FAF;
}
.TagClassName
{
border-color: #8B4FAF;
}
</style>