Shades of Butterfly Bush #644C8A
Tints of Butterfly Bush #644C8A
RGB
CMYK
RGB Variations
Color information
#644C8A (or 0x644C8A) is known color: Butterfly Bush. HEX triplet: 64, 4C and 8A. RGB value is (100,76,138). Sum of RGB (Red+Green+Blue) = 100+76+138=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #644C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644C8A is #9BB375. Grayscale: #5A5A5A. Windows color (decimal): -10204022 or 9063524. OLE color: 9063524.
HSL color Cylindrical-coordinate representation of color #644C8A: hue angle of 263.23º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #644C8A is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 76 | 138 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.46 |
| HSL | 263.23º | 0.29% | 0.42% | - |
| HSV(B) | 263.23º | 0.45% | 0.54% | - |
| XYZ | 12.43 | 9.71 | 25.26 | - |
| YUV | 90.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 138 | 0.28 | 0.45 | 0 | 0.46 | 263.23 | 0.29 | 0.42 |
| Hex | 64 | 4C | 8A | 1C | 2D | 0 | 2E | 107 | 1D | 2A |
| Octal | 144 | 114 | 212 | 34 | 55 | 0 | 56 | 407 | 35 | 52 |
| Binary | 1100100 | 1001100 | 10001010 | 11100 | 101101 | 0 | 101110 | 100000111 | 11101 | 101010 |
Color Harmonies of #644C8A
Complementary color
Monochromatic Colors of #644C8A
Black with #644C8A
Text Example
Text Example
White with #644C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C8A; }
p { color: rgb(100,76,138); }
H1.HeaderClassName
{
color: #644C8A;
}
.AnyTagClassName
{
color: #644C8A;
}
</style>
background-color css
<style>
a { background-color: #644C8A; }
a { background-color: rgb(100,76,138); }
div.DivClassName
{
background-color: #644C8A;
}
.BgClassName
{
background-color: #644C8A;
}
</style>
border-color css
<style>
span { border-color: #644C8A; }
span { border-color: rgb(100,76,138); }
td.TdClassName
{
border-color: #644C8A;
}
.TagClassName
{
border-color: #644C8A;
}
</style>