Shades of Deep Lilac #8B45AB
Tints of Deep Lilac #8B45AB
RGB
CMYK
RGB Variations
Color information
#8B45AB (or 0x8B45AB) is known color: Deep Lilac. HEX triplet: 8B, 45 and AB. RGB value is (139,69,171). Sum of RGB (Red+Green+Blue) = 139+69+171=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B45AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B45AB is #74BA54. Grayscale: #656565. Windows color (decimal): -7649877 or 11224459. OLE color: 11224459.
HSL color Cylindrical-coordinate representation of color #8B45AB: hue angle of 281.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B45AB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 69 | 171 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.33 |
| HSL | 281.18º | 0.43% | 0.47% | - |
| HSV(B) | 281.18º | 0.6% | 0.67% | - |
| XYZ | 20.13 | 12.69 | 39.92 | - |
| YUV | 101.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 171 | 0.19 | 0.60 | 0 | 0.33 | 281.18 | 0.43 | 0.47 |
| Hex | 8B | 45 | AB | 13 | 3C | 0 | 21 | 119 | 2A | 2F |
| Octal | 213 | 105 | 253 | 23 | 74 | 0 | 41 | 431 | 52 | 57 |
| Binary | 10001011 | 1000101 | 10101011 | 10011 | 111100 | 0 | 100001 | 100011001 | 101010 | 101111 |
Color Harmonies of #8B45AB
Complementary color
Monochromatic Colors of #8B45AB
Black with #8B45AB
Text Example
Text Example
White with #8B45AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B45AB; }
p { color: rgb(139,69,171); }
H1.HeaderClassName
{
color: #8B45AB;
}
.AnyTagClassName
{
color: #8B45AB;
}
</style>
background-color css
<style>
a { background-color: #8B45AB; }
a { background-color: rgb(139,69,171); }
div.DivClassName
{
background-color: #8B45AB;
}
.BgClassName
{
background-color: #8B45AB;
}
</style>
border-color css
<style>
span { border-color: #8B45AB; }
span { border-color: rgb(139,69,171); }
td.TdClassName
{
border-color: #8B45AB;
}
.TagClassName
{
border-color: #8B45AB;
}
</style>