Shades of Deep Lilac #8B45AA
Tints of Deep Lilac #8B45AA
RGB
CMYK
RGB Variations
Color information
#8B45AA (or 0x8B45AA) is known color: Deep Lilac. HEX triplet: 8B, 45 and AA. RGB value is (139,69,170). Sum of RGB (Red+Green+Blue) = 139+69+170=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B45AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B45AA is #74BA55. Grayscale: #656565. Windows color (decimal): -7649878 or 11158923. OLE color: 11158923.
HSL color Cylindrical-coordinate representation of color #8B45AA: hue angle of 281.58º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B45AA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 69 | 170 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.33 |
| HSL | 281.58º | 0.42% | 0.47% | - |
| HSV(B) | 281.58º | 0.59% | 0.67% | - |
| XYZ | 20.03 | 12.65 | 39.42 | - |
| YUV | 101.44 | 166.69 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 170 | 0.18 | 0.59 | 0 | 0.33 | 281.58 | 0.42 | 0.47 |
| Hex | 8B | 45 | AA | 12 | 3B | 0 | 21 | 11A | 2A | 2F |
| Octal | 213 | 105 | 252 | 22 | 73 | 0 | 41 | 432 | 52 | 57 |
| Binary | 10001011 | 1000101 | 10101010 | 10010 | 111011 | 0 | 100001 | 100011010 | 101010 | 101111 |
Color Harmonies of #8B45AA
Complementary color
Monochromatic Colors of #8B45AA
Black with #8B45AA
Text Example
Text Example
White with #8B45AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B45AA; }
p { color: rgb(139,69,170); }
H1.HeaderClassName
{
color: #8B45AA;
}
.AnyTagClassName
{
color: #8B45AA;
}
</style>
background-color css
<style>
a { background-color: #8B45AA; }
a { background-color: rgb(139,69,170); }
div.DivClassName
{
background-color: #8B45AA;
}
.BgClassName
{
background-color: #8B45AA;
}
</style>
border-color css
<style>
span { border-color: #8B45AA; }
span { border-color: rgb(139,69,170); }
td.TdClassName
{
border-color: #8B45AA;
}
.TagClassName
{
border-color: #8B45AA;
}
</style>