Shades of Deep Lilac #8B5DAF
Tints of Deep Lilac #8B5DAF
RGB
CMYK
RGB Variations
Color information
#8B5DAF (or 0x8B5DAF) is known color: Deep Lilac. HEX triplet: 8B, 5D and AF. RGB value is (139,93,175). Sum of RGB (Red+Green+Blue) = 139+93+175=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B5DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5DAF is #74A250. Grayscale: #737373. Windows color (decimal): -7643729 or 11492747. OLE color: 11492747.
HSL color Cylindrical-coordinate representation of color #8B5DAF: hue angle of 273.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5DAF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 93 | 175 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.31 |
| HSL | 273.66º | 0.34% | 0.53% | - |
| HSV(B) | 273.66º | 0.47% | 0.69% | - |
| XYZ | 22.3 | 16.41 | 42.55 | - |
| YUV | 116.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 93 | 175 | 0.21 | 0.47 | 0 | 0.31 | 273.66 | 0.34 | 0.53 |
| Hex | 8B | 5D | AF | 15 | 2F | 0 | 1F | 112 | 22 | 35 |
| Octal | 213 | 135 | 257 | 25 | 57 | 0 | 37 | 422 | 42 | 65 |
| Binary | 10001011 | 1011101 | 10101111 | 10101 | 101111 | 0 | 11111 | 100010010 | 100010 | 110101 |
Color Harmonies of #8B5DAF
Complementary color
Monochromatic Colors of #8B5DAF
Black with #8B5DAF
Text Example
Text Example
White with #8B5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5DAF; }
p { color: rgb(139,93,175); }
H1.HeaderClassName
{
color: #8B5DAF;
}
.AnyTagClassName
{
color: #8B5DAF;
}
</style>
background-color css
<style>
a { background-color: #8B5DAF; }
a { background-color: rgb(139,93,175); }
div.DivClassName
{
background-color: #8B5DAF;
}
.BgClassName
{
background-color: #8B5DAF;
}
</style>
border-color css
<style>
span { border-color: #8B5DAF; }
span { border-color: rgb(139,93,175); }
td.TdClassName
{
border-color: #8B5DAF;
}
.TagClassName
{
border-color: #8B5DAF;
}
</style>