Shades of Butterfly Bush #644C8F
Tints of Butterfly Bush #644C8F
RGB
CMYK
RGB Variations
Color information
#644C8F (or 0x644C8F) is known color: Butterfly Bush. HEX triplet: 64, 4C and 8F. RGB value is (100,76,143). Sum of RGB (Red+Green+Blue) = 100+76+143=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #644C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644C8F is #9BB370. Grayscale: #5A5A5A. Windows color (decimal): -10204017 or 9391204. OLE color: 9391204.
HSL color Cylindrical-coordinate representation of color #644C8F: hue angle of 261.49º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #644C8F is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 76 | 143 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.44 |
| HSL | 261.49º | 0.31% | 0.43% | - |
| HSV(B) | 261.49º | 0.47% | 0.56% | - |
| XYZ | 12.8 | 9.86 | 27.22 | - |
| YUV | 90.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 143 | 0.30 | 0.47 | 0 | 0.44 | 261.49 | 0.31 | 0.43 |
| Hex | 64 | 4C | 8F | 1E | 2F | 0 | 2C | 105 | 1F | 2B |
| Octal | 144 | 114 | 217 | 36 | 57 | 0 | 54 | 405 | 37 | 53 |
| Binary | 1100100 | 1001100 | 10001111 | 11110 | 101111 | 0 | 101100 | 100000101 | 11111 | 101011 |
Color Harmonies of #644C8F
Complementary color
Monochromatic Colors of #644C8F
Black with #644C8F
Text Example
Text Example
White with #644C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C8F; }
p { color: rgb(100,76,143); }
H1.HeaderClassName
{
color: #644C8F;
}
.AnyTagClassName
{
color: #644C8F;
}
</style>
background-color css
<style>
a { background-color: #644C8F; }
a { background-color: rgb(100,76,143); }
div.DivClassName
{
background-color: #644C8F;
}
.BgClassName
{
background-color: #644C8F;
}
</style>
border-color css
<style>
span { border-color: #644C8F; }
span { border-color: rgb(100,76,143); }
td.TdClassName
{
border-color: #644C8F;
}
.TagClassName
{
border-color: #644C8F;
}
</style>