Shades of Butterfly Bush #644D8C
Tints of Butterfly Bush #644D8C
RGB
CMYK
RGB Variations
Color information
#644D8C (or 0x644D8C) is known color: Butterfly Bush. HEX triplet: 64, 4D and 8C. RGB value is (100,77,140). Sum of RGB (Red+Green+Blue) = 100+77+140=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #644D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #644D8C is #9BB273. Grayscale: #5A5A5A. Windows color (decimal): -10203764 or 9194852. OLE color: 9194852.
HSL color Cylindrical-coordinate representation of color #644D8C: hue angle of 261.9º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #644D8C is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 77 | 140 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.45 |
| HSL | 261.9º | 0.29% | 0.43% | - |
| HSV(B) | 261.9º | 0.45% | 0.55% | - |
| XYZ | 12.64 | 9.91 | 26.06 | - |
| YUV | 91.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 140 | 0.29 | 0.45 | 0 | 0.45 | 261.9 | 0.29 | 0.43 |
| Hex | 64 | 4D | 8C | 1D | 2D | 0 | 2D | 106 | 1D | 2B |
| Octal | 144 | 115 | 214 | 35 | 55 | 0 | 55 | 406 | 35 | 53 |
| Binary | 1100100 | 1001101 | 10001100 | 11101 | 101101 | 0 | 101101 | 100000110 | 11101 | 101011 |
Color Harmonies of #644D8C
Complementary color
Monochromatic Colors of #644D8C
Black with #644D8C
Text Example
Text Example
White with #644D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D8C; }
p { color: rgb(100,77,140); }
H1.HeaderClassName
{
color: #644D8C;
}
.AnyTagClassName
{
color: #644D8C;
}
</style>
background-color css
<style>
a { background-color: #644D8C; }
a { background-color: rgb(100,77,140); }
div.DivClassName
{
background-color: #644D8C;
}
.BgClassName
{
background-color: #644D8C;
}
</style>
border-color css
<style>
span { border-color: #644D8C; }
span { border-color: rgb(100,77,140); }
td.TdClassName
{
border-color: #644D8C;
}
.TagClassName
{
border-color: #644D8C;
}
</style>