Shades of Butterfly Bush #645099
Tints of Butterfly Bush #645099
RGB
CMYK
RGB Variations
Color information
#645099 (or 0x645099) is known color: Butterfly Bush. HEX triplet: 64, 50 and 99. RGB value is (100,80,153). Sum of RGB (Red+Green+Blue) = 100+80+153=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #645099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645099 is #9BAF66. Grayscale: #5E5E5E. Windows color (decimal): -10202983 or 10047588. OLE color: 10047588.
HSL color Cylindrical-coordinate representation of color #645099: hue angle of 256.44º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #645099 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 80 | 153 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.4 |
| HSL | 256.44º | 0.31% | 0.46% | - |
| HSV(B) | 256.44º | 0.48% | 0.6% | - |
| XYZ | 13.87 | 10.75 | 31.48 | - |
| YUV | 94.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 153 | 0.35 | 0.48 | 0 | 0.4 | 256.44 | 0.31 | 0.46 |
| Hex | 64 | 50 | 99 | 23 | 30 | 0 | 28 | 100 | 1F | 2E |
| Octal | 144 | 120 | 231 | 43 | 60 | 0 | 50 | 400 | 37 | 56 |
| Binary | 1100100 | 1010000 | 10011001 | 100011 | 110000 | 0 | 101000 | 100000000 | 11111 | 101110 |
Color Harmonies of #645099
Complementary color
Monochromatic Colors of #645099
Black with #645099
Text Example
Text Example
White with #645099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645099; }
p { color: rgb(100,80,153); }
H1.HeaderClassName
{
color: #645099;
}
.AnyTagClassName
{
color: #645099;
}
</style>
background-color css
<style>
a { background-color: #645099; }
a { background-color: rgb(100,80,153); }
div.DivClassName
{
background-color: #645099;
}
.BgClassName
{
background-color: #645099;
}
</style>
border-color css
<style>
span { border-color: #645099; }
span { border-color: rgb(100,80,153); }
td.TdClassName
{
border-color: #645099;
}
.TagClassName
{
border-color: #645099;
}
</style>