Shades of Lilac Bush #8C67BE
Tints of Lilac Bush #8C67BE
RGB
CMYK
RGB Variations
Color information
#8C67BE (or 0x8C67BE) is known color: Lilac Bush. HEX triplet: 8C, 67 and BE. RGB value is (140,103,190). Sum of RGB (Red+Green+Blue) = 140+103+190=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C67BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C67BE is #739841. Grayscale: #7B7B7B. Windows color (decimal): -7575618 or 12478348. OLE color: 12478348.
HSL color Cylindrical-coordinate representation of color #8C67BE: hue angle of 265.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C67BE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 103 | 190 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.25 |
| HSL | 265.52º | 0.4% | 0.57% | - |
| HSV(B) | 265.52º | 0.46% | 0.75% | - |
| XYZ | 24.96 | 18.99 | 51.07 | - |
| YUV | 123.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 190 | 0.26 | 0.46 | 0 | 0.25 | 265.52 | 0.4 | 0.57 |
| Hex | 8C | 67 | BE | 1A | 2E | 0 | 19 | 10A | 28 | 39 |
| Octal | 214 | 147 | 276 | 32 | 56 | 0 | 31 | 412 | 50 | 71 |
| Binary | 10001100 | 1100111 | 10111110 | 11010 | 101110 | 0 | 11001 | 100001010 | 101000 | 111001 |
Color Harmonies of #8C67BE
Complementary color
Monochromatic Colors of #8C67BE
Black with #8C67BE
Text Example
Text Example
White with #8C67BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C67BE; }
p { color: rgb(140,103,190); }
H1.HeaderClassName
{
color: #8C67BE;
}
.AnyTagClassName
{
color: #8C67BE;
}
</style>
background-color css
<style>
a { background-color: #8C67BE; }
a { background-color: rgb(140,103,190); }
div.DivClassName
{
background-color: #8C67BE;
}
.BgClassName
{
background-color: #8C67BE;
}
</style>
border-color css
<style>
span { border-color: #8C67BE; }
span { border-color: rgb(140,103,190); }
td.TdClassName
{
border-color: #8C67BE;
}
.TagClassName
{
border-color: #8C67BE;
}
</style>