Shades of Lilac Bush #8C69BC
Tints of Lilac Bush #8C69BC
RGB
CMYK
RGB Variations
Color information
#8C69BC (or 0x8C69BC) is known color: Lilac Bush. HEX triplet: 8C, 69 and BC. RGB value is (140,105,188). Sum of RGB (Red+Green+Blue) = 140+105+188=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C69BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69BC is #739643. Grayscale: #7C7C7C. Windows color (decimal): -7575108 or 12347788. OLE color: 12347788.
HSL color Cylindrical-coordinate representation of color #8C69BC: hue angle of 265.3º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C69BC is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 105 | 188 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.26 |
| HSL | 265.3º | 0.38% | 0.57% | - |
| HSV(B) | 265.3º | 0.44% | 0.74% | - |
| XYZ | 24.94 | 19.31 | 49.99 | - |
| YUV | 124.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 188 | 0.26 | 0.44 | 0 | 0.26 | 265.3 | 0.38 | 0.57 |
| Hex | 8C | 69 | BC | 1A | 2C | 0 | 1A | 109 | 26 | 39 |
| Octal | 214 | 151 | 274 | 32 | 54 | 0 | 32 | 411 | 46 | 71 |
| Binary | 10001100 | 1101001 | 10111100 | 11010 | 101100 | 0 | 11010 | 100001001 | 100110 | 111001 |
Color Harmonies of #8C69BC
Complementary color
Monochromatic Colors of #8C69BC
Black with #8C69BC
Text Example
Text Example
White with #8C69BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C69BC; }
p { color: rgb(140,105,188); }
H1.HeaderClassName
{
color: #8C69BC;
}
.AnyTagClassName
{
color: #8C69BC;
}
</style>
background-color css
<style>
a { background-color: #8C69BC; }
a { background-color: rgb(140,105,188); }
div.DivClassName
{
background-color: #8C69BC;
}
.BgClassName
{
background-color: #8C69BC;
}
</style>
border-color css
<style>
span { border-color: #8C69BC; }
span { border-color: rgb(140,105,188); }
td.TdClassName
{
border-color: #8C69BC;
}
.TagClassName
{
border-color: #8C69BC;
}
</style>