Shades of Lilac Bush #8D66BE
Tints of Lilac Bush #8D66BE
RGB
CMYK
RGB Variations
Color information
#8D66BE (or 0x8D66BE) is known color: Lilac Bush. HEX triplet: 8D, 66 and BE. RGB value is (141,102,190). Sum of RGB (Red+Green+Blue) = 141+102+190=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D66BE is #729941. Grayscale: #7B7B7B. Windows color (decimal): -7510338 or 12478093. OLE color: 12478093.
HSL color Cylindrical-coordinate representation of color #8D66BE: hue angle of 266.59º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D66BE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 102 | 190 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.25 |
| HSL | 266.59º | 0.4% | 0.57% | - |
| HSV(B) | 266.59º | 0.46% | 0.75% | - |
| XYZ | 25.03 | 18.88 | 51.04 | - |
| YUV | 123.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 190 | 0.26 | 0.46 | 0 | 0.25 | 266.59 | 0.4 | 0.57 |
| Hex | 8D | 66 | BE | 1A | 2E | 0 | 19 | 10B | 28 | 39 |
| Octal | 215 | 146 | 276 | 32 | 56 | 0 | 31 | 413 | 50 | 71 |
| Binary | 10001101 | 1100110 | 10111110 | 11010 | 101110 | 0 | 11001 | 100001011 | 101000 | 111001 |
Color Harmonies of #8D66BE
Complementary color
Monochromatic Colors of #8D66BE
Black with #8D66BE
Text Example
Text Example
White with #8D66BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D66BE; }
p { color: rgb(141,102,190); }
H1.HeaderClassName
{
color: #8D66BE;
}
.AnyTagClassName
{
color: #8D66BE;
}
</style>
background-color css
<style>
a { background-color: #8D66BE; }
a { background-color: rgb(141,102,190); }
div.DivClassName
{
background-color: #8D66BE;
}
.BgClassName
{
background-color: #8D66BE;
}
</style>
border-color css
<style>
span { border-color: #8D66BE; }
span { border-color: rgb(141,102,190); }
td.TdClassName
{
border-color: #8D66BE;
}
.TagClassName
{
border-color: #8D66BE;
}
</style>