Shades of Deep Lilac #8B48BD
Tints of Deep Lilac #8B48BD
RGB
CMYK
RGB Variations
Color information
#8B48BD (or 0x8B48BD) is known color: Deep Lilac. HEX triplet: 8B, 48 and BD. RGB value is (139,72,189). Sum of RGB (Red+Green+Blue) = 139+72+189=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B48BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B48BD is #74B742. Grayscale: #686868. Windows color (decimal): -7649091 or 12404875. OLE color: 12404875.
HSL color Cylindrical-coordinate representation of color #8B48BD: hue angle of 274.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B48BD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 72 | 189 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.26 |
| HSL | 274.36º | 0.47% | 0.51% | - |
| HSV(B) | 274.36º | 0.62% | 0.74% | - |
| XYZ | 22.15 | 13.8 | 49.64 | - |
| YUV | 105.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 189 | 0.26 | 0.62 | 0 | 0.26 | 274.36 | 0.47 | 0.51 |
| Hex | 8B | 48 | BD | 1A | 3E | 0 | 1A | 112 | 2F | 33 |
| Octal | 213 | 110 | 275 | 32 | 76 | 0 | 32 | 422 | 57 | 63 |
| Binary | 10001011 | 1001000 | 10111101 | 11010 | 111110 | 0 | 11010 | 100010010 | 101111 | 110011 |
Color Harmonies of #8B48BD
Complementary color
Monochromatic Colors of #8B48BD
Black with #8B48BD
Text Example
Text Example
White with #8B48BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B48BD; }
p { color: rgb(139,72,189); }
H1.HeaderClassName
{
color: #8B48BD;
}
.AnyTagClassName
{
color: #8B48BD;
}
</style>
background-color css
<style>
a { background-color: #8B48BD; }
a { background-color: rgb(139,72,189); }
div.DivClassName
{
background-color: #8B48BD;
}
.BgClassName
{
background-color: #8B48BD;
}
</style>
border-color css
<style>
span { border-color: #8B48BD; }
span { border-color: rgb(139,72,189); }
td.TdClassName
{
border-color: #8B48BD;
}
.TagClassName
{
border-color: #8B48BD;
}
</style>