Shades of Lilac Bush #8A69B9
Tints of Lilac Bush #8A69B9
RGB
CMYK
RGB Variations
Color information
#8A69B9 (or 0x8A69B9) is known color: Lilac Bush. HEX triplet: 8A, 69 and B9. RGB value is (138,105,185). Sum of RGB (Red+Green+Blue) = 138+105+185=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A69B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69B9 is #759646. Grayscale: #7B7B7B. Windows color (decimal): -7706183 or 12151178. OLE color: 12151178.
HSL color Cylindrical-coordinate representation of color #8A69B9: hue angle of 264.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A69B9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 105 | 185 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.27 |
| HSL | 264.75º | 0.36% | 0.57% | - |
| HSV(B) | 264.75º | 0.43% | 0.73% | - |
| XYZ | 24.29 | 19.01 | 48.29 | - |
| YUV | 123.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 185 | 0.25 | 0.43 | 0 | 0.27 | 264.75 | 0.36 | 0.57 |
| Hex | 8A | 69 | B9 | 19 | 2B | 0 | 1B | 109 | 24 | 39 |
| Octal | 212 | 151 | 271 | 31 | 53 | 0 | 33 | 411 | 44 | 71 |
| Binary | 10001010 | 1101001 | 10111001 | 11001 | 101011 | 0 | 11011 | 100001001 | 100100 | 111001 |
Color Harmonies of #8A69B9
Complementary color
Monochromatic Colors of #8A69B9
Black with #8A69B9
Text Example
Text Example
White with #8A69B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69B9; }
p { color: rgb(138,105,185); }
H1.HeaderClassName
{
color: #8A69B9;
}
.AnyTagClassName
{
color: #8A69B9;
}
</style>
background-color css
<style>
a { background-color: #8A69B9; }
a { background-color: rgb(138,105,185); }
div.DivClassName
{
background-color: #8A69B9;
}
.BgClassName
{
background-color: #8A69B9;
}
</style>
border-color css
<style>
span { border-color: #8A69B9; }
span { border-color: rgb(138,105,185); }
td.TdClassName
{
border-color: #8A69B9;
}
.TagClassName
{
border-color: #8A69B9;
}
</style>