Shades of Lilac Bush #8F64C5
Tints of Lilac Bush #8F64C5
RGB
CMYK
RGB Variations
Color information
#8F64C5 (or 0x8F64C5) is known color: Lilac Bush. HEX triplet: 8F, 64 and C5. RGB value is (143,100,197). Sum of RGB (Red+Green+Blue) = 143+100+197=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 197 - color contains mainly: blue. Hex color #8F64C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F64C5 is #709B3A. Grayscale: #7B7B7B. Windows color (decimal): -7379771 or 12936335. OLE color: 12936335.
HSL color Cylindrical-coordinate representation of color #8F64C5: hue angle of 266.6º degrees, saturation: 0.46, 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 #8F64C5 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 100 | 197 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.23 |
| HSL | 266.6º | 0.46% | 0.58% | - |
| HSV(B) | 266.6º | 0.49% | 0.77% | - |
| XYZ | 25.96 | 18.99 | 55.12 | - |
| YUV | 123.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 197 | 0.27 | 0.49 | 0 | 0.23 | 266.6 | 0.46 | 0.58 |
| Hex | 8F | 64 | C5 | 1B | 31 | 0 | 17 | 10B | 2E | 3A |
| Octal | 217 | 144 | 305 | 33 | 61 | 0 | 27 | 413 | 56 | 72 |
| Binary | 10001111 | 1100100 | 11000101 | 11011 | 110001 | 0 | 10111 | 100001011 | 101110 | 111010 |
Color Harmonies of #8F64C5
Complementary color
Monochromatic Colors of #8F64C5
Black with #8F64C5
Text Example
Text Example
White with #8F64C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64C5; }
p { color: rgb(143,100,197); }
H1.HeaderClassName
{
color: #8F64C5;
}
.AnyTagClassName
{
color: #8F64C5;
}
</style>
background-color css
<style>
a { background-color: #8F64C5; }
a { background-color: rgb(143,100,197); }
div.DivClassName
{
background-color: #8F64C5;
}
.BgClassName
{
background-color: #8F64C5;
}
</style>
border-color css
<style>
span { border-color: #8F64C5; }
span { border-color: rgb(143,100,197); }
td.TdClassName
{
border-color: #8F64C5;
}
.TagClassName
{
border-color: #8F64C5;
}
</style>