Shades of Deep Lilac #8B5CAC
Tints of Deep Lilac #8B5CAC
RGB
CMYK
RGB Variations
Color information
#8B5CAC (or 0x8B5CAC) is known color: Deep Lilac. HEX triplet: 8B, 5C and AC. RGB value is (139,92,172). Sum of RGB (Red+Green+Blue) = 139+92+172=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B5CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5CAC is #74A353. Grayscale: #727272. Windows color (decimal): -7643988 or 11295883. OLE color: 11295883.
HSL color Cylindrical-coordinate representation of color #8B5CAC: hue angle of 275.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B5CAC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 92 | 172 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.33 |
| HSL | 275.25º | 0.33% | 0.52% | - |
| HSV(B) | 275.25º | 0.47% | 0.67% | - |
| XYZ | 21.92 | 16.12 | 40.99 | - |
| YUV | 115.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 92 | 172 | 0.19 | 0.47 | 0 | 0.33 | 275.25 | 0.33 | 0.52 |
| Hex | 8B | 5C | AC | 13 | 2F | 0 | 21 | 113 | 21 | 34 |
| Octal | 213 | 134 | 254 | 23 | 57 | 0 | 41 | 423 | 41 | 64 |
| Binary | 10001011 | 1011100 | 10101100 | 10011 | 101111 | 0 | 100001 | 100010011 | 100001 | 110100 |
Color Harmonies of #8B5CAC
Complementary color
Monochromatic Colors of #8B5CAC
Black with #8B5CAC
Text Example
Text Example
White with #8B5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5CAC; }
p { color: rgb(139,92,172); }
H1.HeaderClassName
{
color: #8B5CAC;
}
.AnyTagClassName
{
color: #8B5CAC;
}
</style>
background-color css
<style>
a { background-color: #8B5CAC; }
a { background-color: rgb(139,92,172); }
div.DivClassName
{
background-color: #8B5CAC;
}
.BgClassName
{
background-color: #8B5CAC;
}
</style>
border-color css
<style>
span { border-color: #8B5CAC; }
span { border-color: rgb(139,92,172); }
td.TdClassName
{
border-color: #8B5CAC;
}
.TagClassName
{
border-color: #8B5CAC;
}
</style>