Shades of Lilac Bush #8A65BD
Tints of Lilac Bush #8A65BD
RGB
CMYK
RGB Variations
Color information
#8A65BD (or 0x8A65BD) is known color: Lilac Bush. HEX triplet: 8A, 65 and BD. RGB value is (138,101,189). Sum of RGB (Red+Green+Blue) = 138+101+189=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A65BD is #759A42. Grayscale: #797979. Windows color (decimal): -7707203 or 12412298. OLE color: 12412298.
HSL color Cylindrical-coordinate representation of color #8A65BD: hue angle of 265.23º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A65BD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 101 | 189 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.26 |
| HSL | 265.23º | 0.4% | 0.57% | - |
| HSV(B) | 265.23º | 0.47% | 0.74% | - |
| XYZ | 24.32 | 18.38 | 50.41 | - |
| YUV | 122.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 189 | 0.27 | 0.47 | 0 | 0.26 | 265.23 | 0.4 | 0.57 |
| Hex | 8A | 65 | BD | 1B | 2F | 0 | 1A | 109 | 28 | 39 |
| Octal | 212 | 145 | 275 | 33 | 57 | 0 | 32 | 411 | 50 | 71 |
| Binary | 10001010 | 1100101 | 10111101 | 11011 | 101111 | 0 | 11010 | 100001001 | 101000 | 111001 |
Color Harmonies of #8A65BD
Complementary color
Monochromatic Colors of #8A65BD
Black with #8A65BD
Text Example
Text Example
White with #8A65BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A65BD; }
p { color: rgb(138,101,189); }
H1.HeaderClassName
{
color: #8A65BD;
}
.AnyTagClassName
{
color: #8A65BD;
}
</style>
background-color css
<style>
a { background-color: #8A65BD; }
a { background-color: rgb(138,101,189); }
div.DivClassName
{
background-color: #8A65BD;
}
.BgClassName
{
background-color: #8A65BD;
}
</style>
border-color css
<style>
span { border-color: #8A65BD; }
span { border-color: rgb(138,101,189); }
td.TdClassName
{
border-color: #8A65BD;
}
.TagClassName
{
border-color: #8A65BD;
}
</style>