Shades of Butterfly Bush #64509B
Tints of Butterfly Bush #64509B
RGB
CMYK
RGB Variations
Color information
#64509B (or 0x64509B) is known color: Butterfly Bush. HEX triplet: 64, 50 and 9B. RGB value is (100,80,155). Sum of RGB (Red+Green+Blue) = 100+80+155=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #64509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64509B is #9BAF64. Grayscale: #5E5E5E. Windows color (decimal): -10202981 or 10178660. OLE color: 10178660.
HSL color Cylindrical-coordinate representation of color #64509B: hue angle of 256º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64509B is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 80 | 155 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.39 |
| HSL | 256º | 0.32% | 0.46% | - |
| HSV(B) | 256º | 0.48% | 0.61% | - |
| XYZ | 14.04 | 10.81 | 32.36 | - |
| YUV | 94.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 155 | 0.35 | 0.48 | 0 | 0.39 | 256 | 0.32 | 0.46 |
| Hex | 64 | 50 | 9B | 23 | 30 | 0 | 27 | 100 | 20 | 2E |
| Octal | 144 | 120 | 233 | 43 | 60 | 0 | 47 | 400 | 40 | 56 |
| Binary | 1100100 | 1010000 | 10011011 | 100011 | 110000 | 0 | 100111 | 100000000 | 100000 | 101110 |
Color Harmonies of #64509B
Complementary color
Monochromatic Colors of #64509B
Black with #64509B
Text Example
Text Example
White with #64509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64509B; }
p { color: rgb(100,80,155); }
H1.HeaderClassName
{
color: #64509B;
}
.AnyTagClassName
{
color: #64509B;
}
</style>
background-color css
<style>
a { background-color: #64509B; }
a { background-color: rgb(100,80,155); }
div.DivClassName
{
background-color: #64509B;
}
.BgClassName
{
background-color: #64509B;
}
</style>
border-color css
<style>
span { border-color: #64509B; }
span { border-color: rgb(100,80,155); }
td.TdClassName
{
border-color: #64509B;
}
.TagClassName
{
border-color: #64509B;
}
</style>