Shades of Lilac Bush #8B69B6
Tints of Lilac Bush #8B69B6
RGB
CMYK
RGB Variations
Color information
#8B69B6 (or 0x8B69B6) is known color: Lilac Bush. HEX triplet: 8B, 69 and B6. RGB value is (139,105,182). Sum of RGB (Red+Green+Blue) = 139+105+182=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #8B69B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69B6 is #749649. Grayscale: #7B7B7B. Windows color (decimal): -7640650 or 11954571. OLE color: 11954571.
HSL color Cylindrical-coordinate representation of color #8B69B6: hue angle of 266.49º degrees, saturation: 0.35, 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 #8B69B6 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 105 | 182 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.29 |
| HSL | 266.49º | 0.35% | 0.56% | - |
| HSV(B) | 266.49º | 0.42% | 0.71% | - |
| XYZ | 24.14 | 18.97 | 46.65 | - |
| YUV | 123.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 182 | 0.24 | 0.42 | 0 | 0.29 | 266.49 | 0.35 | 0.56 |
| Hex | 8B | 69 | B6 | 18 | 2A | 0 | 1D | 10A | 23 | 38 |
| Octal | 213 | 151 | 266 | 30 | 52 | 0 | 35 | 412 | 43 | 70 |
| Binary | 10001011 | 1101001 | 10110110 | 11000 | 101010 | 0 | 11101 | 100001010 | 100011 | 111000 |
Color Harmonies of #8B69B6
Complementary color
Monochromatic Colors of #8B69B6
Black with #8B69B6
Text Example
Text Example
White with #8B69B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B69B6; }
p { color: rgb(139,105,182); }
H1.HeaderClassName
{
color: #8B69B6;
}
.AnyTagClassName
{
color: #8B69B6;
}
</style>
background-color css
<style>
a { background-color: #8B69B6; }
a { background-color: rgb(139,105,182); }
div.DivClassName
{
background-color: #8B69B6;
}
.BgClassName
{
background-color: #8B69B6;
}
</style>
border-color css
<style>
span { border-color: #8B69B6; }
span { border-color: rgb(139,105,182); }
td.TdClassName
{
border-color: #8B69B6;
}
.TagClassName
{
border-color: #8B69B6;
}
</style>