Shades of Lilac Bush #8D66BF
Tints of Lilac Bush #8D66BF
RGB
CMYK
RGB Variations
Color information
#8D66BF (or 0x8D66BF) is known color: Lilac Bush. HEX triplet: 8D, 66 and BF. RGB value is (141,102,191). Sum of RGB (Red+Green+Blue) = 141+102+191=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D66BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D66BF is #729940. Grayscale: #7B7B7B. Windows color (decimal): -7510337 or 12543629. OLE color: 12543629.
HSL color Cylindrical-coordinate representation of color #8D66BF: hue angle of 266.29º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D66BF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 102 | 191 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.25 |
| HSL | 266.29º | 0.41% | 0.57% | - |
| HSV(B) | 266.29º | 0.47% | 0.75% | - |
| XYZ | 25.14 | 18.93 | 51.62 | - |
| YUV | 123.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 191 | 0.26 | 0.47 | 0 | 0.25 | 266.29 | 0.41 | 0.57 |
| Hex | 8D | 66 | BF | 1A | 2F | 0 | 19 | 10A | 29 | 39 |
| Octal | 215 | 146 | 277 | 32 | 57 | 0 | 31 | 412 | 51 | 71 |
| Binary | 10001101 | 1100110 | 10111111 | 11010 | 101111 | 0 | 11001 | 100001010 | 101001 | 111001 |
Color Harmonies of #8D66BF
Complementary color
Monochromatic Colors of #8D66BF
Black with #8D66BF
Text Example
Text Example
White with #8D66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D66BF; }
p { color: rgb(141,102,191); }
H1.HeaderClassName
{
color: #8D66BF;
}
.AnyTagClassName
{
color: #8D66BF;
}
</style>
background-color css
<style>
a { background-color: #8D66BF; }
a { background-color: rgb(141,102,191); }
div.DivClassName
{
background-color: #8D66BF;
}
.BgClassName
{
background-color: #8D66BF;
}
</style>
border-color css
<style>
span { border-color: #8D66BF; }
span { border-color: rgb(141,102,191); }
td.TdClassName
{
border-color: #8D66BF;
}
.TagClassName
{
border-color: #8D66BF;
}
</style>