Shades of Deep Lilac #8950BD
Tints of Deep Lilac #8950BD
RGB
CMYK
RGB Variations
Color information
#8950BD (or 0x8950BD) is known color: Deep Lilac. HEX triplet: 89, 50 and BD. RGB value is (137,80,189). Sum of RGB (Red+Green+Blue) = 137+80+189=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #8950BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8950BD is #76AF42. Grayscale: #6D6D6D. Windows color (decimal): -7778115 or 12406921. OLE color: 12406921.
HSL color Cylindrical-coordinate representation of color #8950BD: hue angle of 271.38º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8950BD is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 80 | 189 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.26 |
| HSL | 271.38º | 0.45% | 0.53% | - |
| HSV(B) | 271.38º | 0.58% | 0.74% | - |
| XYZ | 22.37 | 14.73 | 49.81 | - |
| YUV | 109.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 189 | 0.28 | 0.58 | 0 | 0.26 | 271.38 | 0.45 | 0.53 |
| Hex | 89 | 50 | BD | 1C | 3A | 0 | 1A | 10F | 2D | 35 |
| Octal | 211 | 120 | 275 | 34 | 72 | 0 | 32 | 417 | 55 | 65 |
| Binary | 10001001 | 1010000 | 10111101 | 11100 | 111010 | 0 | 11010 | 100001111 | 101101 | 110101 |
Color Harmonies of #8950BD
Complementary color
Monochromatic Colors of #8950BD
Black with #8950BD
Text Example
Text Example
White with #8950BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8950BD; }
p { color: rgb(137,80,189); }
H1.HeaderClassName
{
color: #8950BD;
}
.AnyTagClassName
{
color: #8950BD;
}
</style>
background-color css
<style>
a { background-color: #8950BD; }
a { background-color: rgb(137,80,189); }
div.DivClassName
{
background-color: #8950BD;
}
.BgClassName
{
background-color: #8950BD;
}
</style>
border-color css
<style>
span { border-color: #8950BD; }
span { border-color: rgb(137,80,189); }
td.TdClassName
{
border-color: #8950BD;
}
.TagClassName
{
border-color: #8950BD;
}
</style>