Shades of Deep Lilac #8B4CA9
Tints of Deep Lilac #8B4CA9
RGB
CMYK
RGB Variations
Color information
#8B4CA9 (or 0x8B4CA9) is known color: Deep Lilac. HEX triplet: 8B, 4C and A9. RGB value is (139,76,169). Sum of RGB (Red+Green+Blue) = 139+76+169=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 169 - color contains mainly: blue. Hex color #8B4CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4CA9 is #74B356. Grayscale: #696969. Windows color (decimal): -7648087 or 11095179. OLE color: 11095179.
HSL color Cylindrical-coordinate representation of color #8B4CA9: hue angle of 280.65º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B4CA9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 139 | 76 | 169 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.34 |
| HSL | 280.65º | 0.38% | 0.48% | - |
| HSV(B) | 280.65º | 0.55% | 0.66% | - |
| XYZ | 20.39 | 13.52 | 39.07 | - |
| YUV | 105.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 169 | 0.18 | 0.55 | 0 | 0.34 | 280.65 | 0.38 | 0.48 |
| Hex | 8B | 4C | A9 | 12 | 37 | 0 | 22 | 119 | 26 | 30 |
| Octal | 213 | 114 | 251 | 22 | 67 | 0 | 42 | 431 | 46 | 60 |
| Binary | 10001011 | 1001100 | 10101001 | 10010 | 110111 | 0 | 100010 | 100011001 | 100110 | 110000 |
Color Harmonies of #8B4CA9
Complementary color
Monochromatic Colors of #8B4CA9
Black with #8B4CA9
Text Example
Text Example
White with #8B4CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4CA9; }
p { color: rgb(139,76,169); }
H1.HeaderClassName
{
color: #8B4CA9;
}
.AnyTagClassName
{
color: #8B4CA9;
}
</style>
background-color css
<style>
a { background-color: #8B4CA9; }
a { background-color: rgb(139,76,169); }
div.DivClassName
{
background-color: #8B4CA9;
}
.BgClassName
{
background-color: #8B4CA9;
}
</style>
border-color css
<style>
span { border-color: #8B4CA9; }
span { border-color: rgb(139,76,169); }
td.TdClassName
{
border-color: #8B4CA9;
}
.TagClassName
{
border-color: #8B4CA9;
}
</style>