Shades of Lilac Bush #8C64C4
Tints of Lilac Bush #8C64C4
RGB
CMYK
RGB Variations
Color information
#8C64C4 (or 0x8C64C4) is known color: Lilac Bush. HEX triplet: 8C, 64 and C4. RGB value is (140,100,196). Sum of RGB (Red+Green+Blue) = 140+100+196=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C64C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C64C4 is #739B3B. Grayscale: #7A7A7A. Windows color (decimal): -7576380 or 12870796. OLE color: 12870796.
HSL color Cylindrical-coordinate representation of color #8C64C4: hue angle of 265º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C64C4 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 100 | 196 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.23 |
| HSL | 265º | 0.45% | 0.58% | - |
| HSV(B) | 265º | 0.49% | 0.77% | - |
| XYZ | 25.34 | 18.68 | 54.49 | - |
| YUV | 122.9 | 169.25 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 196 | 0.29 | 0.49 | 0 | 0.23 | 265 | 0.45 | 0.58 |
| Hex | 8C | 64 | C4 | 1D | 31 | 0 | 17 | 109 | 2D | 3A |
| Octal | 214 | 144 | 304 | 35 | 61 | 0 | 27 | 411 | 55 | 72 |
| Binary | 10001100 | 1100100 | 11000100 | 11101 | 110001 | 0 | 10111 | 100001001 | 101101 | 111010 |
Color Harmonies of #8C64C4
Complementary color
Monochromatic Colors of #8C64C4
Black with #8C64C4
Text Example
Text Example
White with #8C64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64C4; }
p { color: rgb(140,100,196); }
H1.HeaderClassName
{
color: #8C64C4;
}
.AnyTagClassName
{
color: #8C64C4;
}
</style>
background-color css
<style>
a { background-color: #8C64C4; }
a { background-color: rgb(140,100,196); }
div.DivClassName
{
background-color: #8C64C4;
}
.BgClassName
{
background-color: #8C64C4;
}
</style>
border-color css
<style>
span { border-color: #8C64C4; }
span { border-color: rgb(140,100,196); }
td.TdClassName
{
border-color: #8C64C4;
}
.TagClassName
{
border-color: #8C64C4;
}
</style>