Shades of Lilac Bush #8D65B5
Tints of Lilac Bush #8D65B5
RGB
CMYK
RGB Variations
Color information
#8D65B5 (or 0x8D65B5) is known color: Lilac Bush. HEX triplet: 8D, 65 and B5. RGB value is (141,101,181). Sum of RGB (Red+Green+Blue) = 141+101+181=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 181 - color contains mainly: blue. Hex color #8D65B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D65B5 is #729A4A. Grayscale: #797979. Windows color (decimal): -7510603 or 11888013. OLE color: 11888013.
HSL color Cylindrical-coordinate representation of color #8D65B5: hue angle of 270º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D65B5 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 101 | 181 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.29 |
| HSL | 270º | 0.35% | 0.55% | - |
| HSV(B) | 270º | 0.44% | 0.71% | - |
| XYZ | 23.98 | 18.31 | 45.99 | - |
| YUV | 122.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 181 | 0.22 | 0.44 | 0 | 0.29 | 270 | 0.35 | 0.55 |
| Hex | 8D | 65 | B5 | 16 | 2C | 0 | 1D | 10E | 23 | 37 |
| Octal | 215 | 145 | 265 | 26 | 54 | 0 | 35 | 416 | 43 | 67 |
| Binary | 10001101 | 1100101 | 10110101 | 10110 | 101100 | 0 | 11101 | 100001110 | 100011 | 110111 |
Color Harmonies of #8D65B5
Complementary color
Monochromatic Colors of #8D65B5
Black with #8D65B5
Text Example
Text Example
White with #8D65B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D65B5; }
p { color: rgb(141,101,181); }
H1.HeaderClassName
{
color: #8D65B5;
}
.AnyTagClassName
{
color: #8D65B5;
}
</style>
background-color css
<style>
a { background-color: #8D65B5; }
a { background-color: rgb(141,101,181); }
div.DivClassName
{
background-color: #8D65B5;
}
.BgClassName
{
background-color: #8D65B5;
}
</style>
border-color css
<style>
span { border-color: #8D65B5; }
span { border-color: rgb(141,101,181); }
td.TdClassName
{
border-color: #8D65B5;
}
.TagClassName
{
border-color: #8D65B5;
}
</style>