Shades of Lilac Bush #8A69B5
Tints of Lilac Bush #8A69B5
RGB
CMYK
RGB Variations
Color information
#8A69B5 (or 0x8A69B5) is known color: Lilac Bush. HEX triplet: 8A, 69 and B5. RGB value is (138,105,181). Sum of RGB (Red+Green+Blue) = 138+105+181=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #8A69B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A69B5 is #75964A. Grayscale: #7B7B7B. Windows color (decimal): -7706187 or 11889034. OLE color: 11889034.
HSL color Cylindrical-coordinate representation of color #8A69B5: hue angle of 266.05º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A69B5 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 105 | 181 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.29 |
| HSL | 266.05º | 0.34% | 0.56% | - |
| HSV(B) | 266.05º | 0.42% | 0.71% | - |
| XYZ | 23.87 | 18.84 | 46.09 | - |
| YUV | 123.53 | 160.43 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 105 | 181 | 0.24 | 0.42 | 0 | 0.29 | 266.05 | 0.34 | 0.56 |
| Hex | 8A | 69 | B5 | 18 | 2A | 0 | 1D | 10A | 22 | 38 |
| Octal | 212 | 151 | 265 | 30 | 52 | 0 | 35 | 412 | 42 | 70 |
| Binary | 10001010 | 1101001 | 10110101 | 11000 | 101010 | 0 | 11101 | 100001010 | 100010 | 111000 |
Color Harmonies of #8A69B5
Complementary color
Monochromatic Colors of #8A69B5
Black with #8A69B5
Text Example
Text Example
White with #8A69B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A69B5; }
p { color: rgb(138,105,181); }
H1.HeaderClassName
{
color: #8A69B5;
}
.AnyTagClassName
{
color: #8A69B5;
}
</style>
background-color css
<style>
a { background-color: #8A69B5; }
a { background-color: rgb(138,105,181); }
div.DivClassName
{
background-color: #8A69B5;
}
.BgClassName
{
background-color: #8A69B5;
}
</style>
border-color css
<style>
span { border-color: #8A69B5; }
span { border-color: rgb(138,105,181); }
td.TdClassName
{
border-color: #8A69B5;
}
.TagClassName
{
border-color: #8A69B5;
}
</style>