Shades of Deep Lilac #8948B4
Tints of Deep Lilac #8948B4
RGB
CMYK
RGB Variations
Color information
#8948B4 (or 0x8948B4) is known color: Deep Lilac. HEX triplet: 89, 48 and B4. RGB value is (137,72,180). Sum of RGB (Red+Green+Blue) = 137+72+180=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #8948B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8948B4 is #76B74B. Grayscale: #676767. Windows color (decimal): -7780172 or 11815049. OLE color: 11815049.
HSL color Cylindrical-coordinate representation of color #8948B4: hue angle of 276.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8948B4 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 72 | 180 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.29 |
| HSL | 276.11º | 0.43% | 0.49% | - |
| HSV(B) | 276.11º | 0.6% | 0.71% | - |
| XYZ | 20.87 | 13.25 | 44.64 | - |
| YUV | 103.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 180 | 0.24 | 0.60 | 0 | 0.29 | 276.11 | 0.43 | 0.49 |
| Hex | 89 | 48 | B4 | 18 | 3C | 0 | 1D | 114 | 2B | 31 |
| Octal | 211 | 110 | 264 | 30 | 74 | 0 | 35 | 424 | 53 | 61 |
| Binary | 10001001 | 1001000 | 10110100 | 11000 | 111100 | 0 | 11101 | 100010100 | 101011 | 110001 |
Color Harmonies of #8948B4
Complementary color
Monochromatic Colors of #8948B4
Black with #8948B4
Text Example
Text Example
White with #8948B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8948B4; }
p { color: rgb(137,72,180); }
H1.HeaderClassName
{
color: #8948B4;
}
.AnyTagClassName
{
color: #8948B4;
}
</style>
background-color css
<style>
a { background-color: #8948B4; }
a { background-color: rgb(137,72,180); }
div.DivClassName
{
background-color: #8948B4;
}
.BgClassName
{
background-color: #8948B4;
}
</style>
border-color css
<style>
span { border-color: #8948B4; }
span { border-color: rgb(137,72,180); }
td.TdClassName
{
border-color: #8948B4;
}
.TagClassName
{
border-color: #8948B4;
}
</style>